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