Re: [Live-devel] H264 problem with StreamParser leak

2010-12-30 Thread Ross Finlayson
We have things working now by avoiding the issue by creating our own customized DiscreteFramer. It avoids the problem by directly using the output buffer and does not touch the Bank buffers. I suspect there is a problem with the H264VideoStreamFramer. No, I think it's OK. However, it expects

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] Sysclock sanity check causes slow-motion MPEG-2 TS playback from live555MediaServer

2010-12-30 Thread Warren Young
We have discovered a problem with the following patch, introduced in live.2010.12.05: - Added a sanity check to "MultiFramedRTPSink" and "BasicUDPSink" to allow for the possibility of the system clock jumping ahead in time, and thereby messing up the calculation of how long to wait before

Re: [Live-devel] H264 problem with StreamParser leak

2010-12-30 Thread Geoff Cleary
Ross, We have things working now by avoiding the issue by creating our own customized DiscreteFramer. It avoids the problem by directly using the output buffer and does not touch the Bank buffers. I suspect there is a problem with the H264VideoStreamFramer. BTW, does it conflict with the H264 sta

[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 ==

[Live-devel] Range: clock=

2010-12-30 Thread Sébastien Escudier
Hi, I have a camera which is not working anymore with recents versions of live555. Error is : "Bad "Range:" header" "clock" range seems to be defined in rtsp specs. Here is the play request : Sending request: PLAY rtsp://192.43.185.31:554/MediaInput/mpeg4/ RTSP/1.0 CSeq: 5 User-Agent: LibVLC/1.2