[Live-devel] A warning to developers who use the "RawVideoRTPSink" class

Ross Finlayson finlayson at live555.com
Sat Aug 8 20:18:58 PDT 2020


The latest version - 2020.08.09 - of the “LIVE555 Streaming Media” code has changed the parameter signature of the “RawVideoRTPSink::createNew()” function.  Now, the "width" parameter comes before the "height" parameter.  This order - "width", "height" - is more common, and is the order used when these parameters are defined in RFC 4175.

IMPORTANT NOTE: Because the types of these two parameters are the same, existing application code that uses "RawVideoRTPSink" will compile without error; however, it will not work properly unless the order of the parameters in the call to "RawVideoRTPSink::createNew()” is changed.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the live-devel mailing list