Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
Sorry, it's my issue, i passed an empty string in "sendGetParameterCommand" as "parameterName", now I pass the null parameter. VLC no longer disconnects. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
04.04.2014 8:09, Ross Finlayson ?: The problem here is that VLC - when run as a RTSP server - is not standards compliant. It should be listening to incoming RTCP "RR" packets from the client, and using them to tell it that the client is still alive. (Note that VLC's RTSP server implementa

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Ross Finlayson
The problem here is that VLC - when run as a RTSP server - is not standards compliant. It should be listening to incoming RTCP "RR" packets from the client, and using them to tell it that the client is still alive. (Note that VLC's RTSP server implementation - unlike its RTSP client implementa

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
03.04.2014 20:02, Ross Finlayson ?: Hi, Ross. I'm using VLC for creating rtsp stream. The problem is that the built testRTSPClient app starts playing the stream, but about every 40 seconds, the client loses its connection and calls subsessionByeHandler function. If the client is calling "

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Ross Finlayson
> Hi, Ross. I'm using VLC for creating rtsp stream. The problem is that the > built testRTSPClient app starts playing the stream, but about every 40 > seconds, the client loses its connection and calls subsessionByeHandler > function. If the client is calling "subsessionByeHandler", it must be

[Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
Hi, Ross. I'm using VLC for creating rtsp stream. The problem is that the built testRTSPClient app starts playing the stream, but about every 40 seconds, the client loses its connection and calls subsessionByeHandler function. ___ live-devel mailing l