Re: [Live-devel] OpenRTSP keepAlive with RTCP "RR"

2010-04-27 Thread Ross Finlayson
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/ _

Re: [Live-devel] OpenRTSP keepAlive with RTCP "RR"

2010-04-27 Thread Stéphane Le Jeune
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

Re: [Live-devel] OpenRTSP keepAlive with RTCP "RR"

2010-04-27 Thread 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 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

Re: [Live-devel] playing wav file

2010-04-27 Thread Ross Finlayson
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

Re: [Live-devel] "GET_PARAMETER" as a client 'liveness' indicator

2010-04-27 Thread Ross Finlayson
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

[Live-devel] playing wav file

2010-04-27 Thread mohita gandotra
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

[Live-devel] OpenRTSP keepAlive with RTCP "RR"

2010-04-27 Thread Stéphane Le Jeune
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

[Live-devel] "GET_PARAMETER" as a client 'liveness' indicator

2010-04-27 Thread Stéphane Le Jeune
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