[Live-devel] What is the timestamp unit in openRTSP?

2009-12-07 Thread Lee Victor
What is the timestamp unit in openRTSP? second or microsecond? Thank you. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] I want to add pause and replay function in openRTSP, and I have some questions.

2009-12-07 Thread Lee Victor
If I do need to get the time, how can I? 2009/12/7 Ross Finlayson > 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,

[Live-devel] I want to add pause and replay function in openRTSP, and I have some questions.

2009-12-07 Thread Lee Victor
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