Re: [Live-devel] Responding GET_PARAMETER causes VCL stop

2011-01-23 Thread Ross Finlayson
I impliemented a LIVE555 RTSP server, and connected it by VLC as a client. Our RTSP server will keep streaming to a client (and keep its RTSP connection open) as long as it keeps receiving an indication that the client is 'alive'. A client is considered to be 'alive' if the server receives a

Re: [Live-devel] Responding GET_PARAMETER causes VCL stop

2011-01-23 Thread HUNT_Anders Chen
>> I'm testing a RTSP Server by VLC via RTP/TCP. > >Just to clarify: Are you using VLC as a RTSP server, or a RTSP >client? (Note that VLC - when run as a RTSP server - does *not* use >our software.) > >If you're running VLC as a RTSP client, then what are you using as >your RTSP server?

Re: [Live-devel] Responding GET_PARAMETER causes VCL stop receiving data

2011-01-20 Thread Ross Finlayson
I'm testing a RTSP Server by VLC via RTP/TCP. Just to clarify: Are you using VLC as a RTSP server, or a RTSP client? (Note that VLC - when run as a RTSP server - does *not* use our software.) If you're running VLC as a RTSP client, then what are you using as your RTSP server? (Is the

[Live-devel] Responding GET_PARAMETER causes VCL stop receiving data

2011-01-20 Thread HUNT_Anders Chen
Hello, I'm testing a RTSP Server by VLC via RTP/TCP. When I enable "GET_PARAMETER" in OPTION response, VLC will use it for keep-alive. In TCP mode, command and streaming data use the same socket. I found the response of GET_PARAMETER will be included in the packet of streaming d