I want to add pause and replay function in openRTSP. I think I can user

RTSPClient::pauseMediaSession(MediaSession& session)
&
Boolean RTSPClient::playMediaSession(MediaSession& session, double start,
double end, float scale)

to realize this function. But I have to get the time when it pause ,so that
I can use it as the parameter "double start" in playMediaSession.

Now my question is: how can I get the time when it pause.

Thank you.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to