Re: [Live-devel] The bug about StreamState::fStartNPT

2013-03-21 Thread Ross Finlayson
> But after first call this function the value of mostRecentPresentationTime > and initialPresentationTime will be reset to zero. No you're wrong. Those values get set to zero only when the "RTPSink" object is created. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] Using the live555 as a "RTSP over HTTP" to "plain RTSP" converter

2013-03-21 Thread Ross Finlayson
> I was just introduced to openRTSP and see that it works well to address one > of my problems which is to initiate the RTSP over HTTP stream from an IP > camera that is behind a firewall and can only be reached via HTTP. > > The second problem is to link this stream to another video server (Wow

[Live-devel] RTSP streaming

2013-03-21 Thread sunitha g
Hi, I am developing an applictaion to monitor a live call. I am using AudioStreamSource for streaming. I need some input in following scenario: Streaming the call for some time, after some time keeping the call is on hold at that time i don't receive any data from the source. But I receive some

[Live-devel] The bug about StreamState::fStartNPT

2013-03-21 Thread kingaceck
The function OnDemandServerMediaSubsession::getCurrentNPT() will return the value of the stream's NPT.But after first call this function the value of mostRecentPresentationTime and initialPresentationTime will be reset to zero.When the second call of the function It return the NPT that after fir

[Live-devel] Using the live555 as a "RTSP over HTTP" to "plain RTSP" converter

2013-03-21 Thread Caio Klein
Hi, I was just introduced to openRTSP and see that it works well to address one of my problems which is to initiate the RTSP over HTTP stream from an IP camera that is behind a firewall and can only be reached via HTTP. The second problem is to link this stream to another video server (Wowza) tha