Re: [Live-devel] ProxyRTSPClient::sendLivenessCommand Timeout

2013-01-24 Thread Ross Finlayson
> I'm not sure if the assumption "if the back-end server fails, it will do so > by closing the TCP connection" is strong enough. What i'm actually seeing is > that sometimes the liveness is sent but no response is received, and the > backend connection seems to be still alive because the proxy d

Re: [Live-devel] ProxyRTSPClient::sendLivenessCommand Timeout

2013-01-24 Thread Conchi Abasolo
Hello Ross: Once the 'back-end' connection to the proxied stream has been established (as a result of a successful "DESCRIBE" command), the proxy server periodically (at an interval randomly chosen between 30 and 60 seconds (usually)) sends a command to the 'back-end' server, to test whether

Re: [Live-devel] ProxyRTSPClient::sendLivenessCommand Timeout

2013-01-23 Thread Ross Finlayson
> I would like to know if really there isn't any liveness timeout control in > the backend part. Otherwise, it would be very helpful that you describe which > control method are you using Once the 'back-end' connection to the proxied stream has been established (as a result of a successful "DES

[Live-devel] ProxyRTSPClient::sendLivenessCommand Timeout

2013-01-23 Thread Conchi Abasolo
Hello I've been studying the behaviour of the backend liveness mechanism, implemented in ProxyRTSPClient::sendLivenessCommand, and it seems that there is no "timeout" to check if the liveness command response is received. Sometimes the liveness command is sent but no response is received, and