Re: [Live-devel] Fix for H264 profile-level-id

2010-12-30 Thread Ross Finlayson
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

[Live-devel] Fix for H264 profile-level-id

2010-12-30 Thread Geoff Cleary
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 ==