Re: [Live-devel] sending PAUSE and then PLAY request in openrtsp

2008-10-06 Thread Ross Finlayson
Does this pauseMediaSession() function works ? Of course it works. (Note thought, that (due to a known limitation of the code) if you're using RTP-over-TCP streaming, then you won't be able to do a "PAUSE" - or any other RTSP command - following the initial "PLAY".) Ross Finlayso

[Live-devel] sending PAUSE and then PLAY request in openrtsp

2008-10-06 Thread Shiva Shankar N
Hi All, I am developing rtsp client for media player. I want to pause the streaming for few second to decode the video. Can I use pauseMediaSession() function to pause the streaming with breaking the video sequence and play after few seconds ? . Does this pauseMediaSession() function works ? If t