Thanks. This will be fixed in the next release of the software.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Ross,
The following patch fixes a problem that the H264 Profile Level Id was being
built and then truncated in u_int8_t profile_level_id; it needs to be
u_int32_t profile_level_id.
$ svn diff lib/live/liveMedia/H264VideoRTPSink.cpp
Index: lib/live/liveMedia/H264VideoRTPSink.cpp
==