Re: [Live-devel] RTP-Info line in PLAY response

2013-11-18 Thread Ross Finlayson
> How would you recommend I work around this problem? Why don't you ask the manufacturer of the encoder server to fix it so that it includes the "rtptime" parameter in the "RTP-Info:" header? Without that, you won't be able to use "getNormalPlayTime()". But you may be able to estimate the 'nor

[Live-devel] RTP-Info line in PLAY response

2013-11-18 Thread Matt Farrow
Hi All, I am using the openRTSP code base to obtain frames from a video encoders and store them to disk. I use the MediaSubsession::getNormalPlayTime() quite extensively to calculate and store some timing information with the incoming frames. This process works well. However recently, I have be