What is the timestamp unit in openRTSP? second or microsecond?
I'm not sure what you mean by "timestamp unit", but I'm assuming that
you mean "data type of a presentation time". (The RTP streaming
protocol does use timestamps internally, but those usually do not get
exposed outside our libra
timestamp in video in most cases (depends on the sdp) is 9 ticks in
second
for audio is according to the sample rate 8000/16000/44000 etc..
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Lee Victor
Sent: Tuesday
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?
Either keep track of the time yourself, using "gettimeofday()", or
else - for a more accurate time - call "MediaSubsession::
getNormalPlayTime()" (using a stream's most recently received
presentation time as parameter).
--
Ross Finlayson
Live Network
When TCP/UDP mode, the subsession needs to inherit from
class OnDemandServerMediaSubsession.
When multicast mode, it needs to inherit from
PassiveServerMediaSubsession.
How can I make a path support both mode in the same time??
It is the server - not the client - that decides wheth
This is a known problem (bug) in the way that we currently handle
RTP/RTCP-over-TCP. (Once RTP/RTCP-over-TCP starts, RTSP requests or
responses no longer get sent or handled.)
Because this is tripping up so many people, it has become a
high-priority bug, and a fix will be coming soon.
--
Ro
Hi,
I am using latest version of Live555 RTSP server, using Realplayer as
client. If Realplayer is within a NAT, RTSP/RTP streaming should go
via TCP interleave. When I test with this setting, some problem
happens:
After RTSP server starts sending interleaved RTP packet to Realplayer,
it does not
Dear all,
I built a RTSP server. It works fine in TCP & UDP mode.
But, it doesn't support multicast ...
When TCP/UDP mode, the subsession needs to inherit from class
OnDemandServerMediaSubsession.
When multicast mode, it needs to inherit from PassiveServerMediaSubsession.
How
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
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
11 matches
Mail list logo