I want to add pause and replay function in openRTSP. I think I can user <br> <br>RTSPClient::pauseMediaSession(MediaSession& session)<br>&<br>Boolean RTSPClient::playMediaSession(MediaSession& session, double start, double end, float scale)<br>
<br>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.<br> <br>Now my question is: how can I get the time when it pause.<br>
<br>Thank you.