So the RTCP liveness indicator is only based on the port found in
Transport parameter of the SETUP response?
Yes, in our current implementation, that port number is used for
RTCP. We do not yet recognize the "a=rtcp:" attribute.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_
So the RTCP liveness indicator is only based on the port found in Transport
parameter of the SETUP response?
Fan
2010/4/27 Ross Finlayson
> We use openRTSP to test our video server timeout, openRTSP is able to send
>> RTCP
>> "RR" to the server to maintain the session but it does not use the go
We use openRTSP to test our video server timeout, openRTSP is able
to send RTCP
"RR" to the server to maintain the session but it does not use the good port
that it's indicated in SETUP response. RTCP is defined in RTSP
response from the server with the following:
a=rtcp:5000 IN IP4 "@IP"
Unf
I am using TestOnDemandRTPServer for streaming wav file. I am using
VLC to recieve the stream. I am able to recieve & play the wav
streams correctly. But i found a problem when I use VLC option to
stream the output to a file.
VLC is not our application (and the feature of VLC that you're askin
I read that openRTSP can send GET_PARAMETER as keepAlive (or client
liveness indicator) but nothing in the source code show that (in
RTSPClient.cpp).
Not true. The "RTSPClient" class supports sending the
"GET_PARAMETER" command, using the "getMediaSessionParameter()"
member function. (Howev
Hi All
I am using TestOnDemandRTPServer for streaming wav file. I am using VLC to
recieve the stream. I am able to recieve & play the wav streams correctly.
But i found a problem when I use VLC option to stream the output to a file.
After recording the output to a file and renaming the file to use
Hello,
We use openRTSP to test our video server timeout, openRTSP is able to send
RTCP
"RR" to the server to maintain the session but it does not use the good port
that it's indicated in SETUP response. RTCP is defined in RTSP response from
the server with the following:
a=rtcp:5000 IN IP4 "@IP"
a
Hello,
I read that openRTSP can send GET_PARAMETER as keepAlive (or client liveness
indicator) but nothing in the source code show that (in RTSPClient.cpp).
During our session, the timeout is sent by the video server in the RTSP
SETUP response and catched by openRTSP, but nothing append then when