[Live-devel] Presentaition time problem at H264 streams

2011-12-21 Thread 6.45 6.45.Vapuru
Hi I modify the OpenRtspClient so that -- Now instead of writing frames to file I collect them in a queue with incoming presenttaion times -- Then give the h264 frames to MP4 muxer [ Geraint Davies MP4 mux filter] -- Finally write muxed data to file... So I can able to save h264 stream into MP4

[Live-devel] How to disable RTCP timestamp calculations on single-stream sessions? [OpenRtspClient]

2011-12-21 Thread 6.45 6.45.Vapuru
Hi, My RTSP Source's  RTCP SR  are not reliable...So calculated timestamps frequently resulting in large negative jumps. So how can i tell Live555 [ using OpenRtspClient ] NOT to use  RTCP timestamps or simply ignore RTCP info? Best Wishes ___ live-de

[Live-devel] Creating multiple OpenRtspClient [ or destroying current client in a proper way ]

2011-12-07 Thread 6.45 6.45.Vapuru
Hi, In openRtspClient i modify shutdown() method: I remove "exit(exitValue)"...Because without exiting the program i try to create new client When I use live555 client i see that env object is not desyroyed when client [modified] shutdown method is called... So when I decide to use env->r