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