Re: [Live-devel] ASIO input device -> RTP stream

2014-09-22 Thread James Heliker
Hi Ross - Thanks for getting back to me. I've copied in my doGetNextFrame because I'm not seeing anything that is particularly wrong here from your last email... would you possibly be willing to shed any light on my mistakes? I would so appreciate it!!! Kind Regards, - James void AudioBufferSo

Re: [Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Ross Finlayson
> I can indeed see this running the proxy server with -V. It is not the case > of a TCP connection being misinterpreted as valid. It is the case of when the > proxy server retries an OPTIONS command, it sees the TCP connection has gone > away, reconnects and receives a valid response, it doesn'

Re: [Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Jonathan Brady
On 22/09/14 15:42, Ross Finlayson wrote: It is possible to restart an origin server quickly enough that a live 555 proxy server does not notice. As a test this can be done by modifying one of the live 555 test programs (I was using testH264VideoStreamer) to enable SO_REUSEADDR/SO_REUSEPORT, t

Re: [Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Ross Finlayson
> It is possible to restart an origin server quickly enough that a live 555 > proxy server does not notice. > > As a test this can be done by modifying one of the live 555 test programs (I > was using testH264VideoStreamer) to enable SO_REUSEADDR/SO_REUSEPORT, then > the process could be quickl

[Live-devel] RTSP proxy not noticing server restart

2014-09-22 Thread Jonathan Brady
Hello, It is possible to restart an origin server quickly enough that a live 555 proxy server does not notice. As a test this can be done by modifying one of the live 555 test programs (I was using testH264VideoStreamer) to enable SO_REUSEADDR/SO_REUSEPORT, then the process could be quickly