Re: [Live-devel] Backend Camera receiving DESCRIBE request in REGISTER's success response (200 OK) from Proxy Server

2017-10-27 Thread Ross Finlayson
> In our Proxy Server (on development cluster), I have temporarily added a > delay (500 ms) in ProxyRTSPClient::sendDESCRIBE() before sending DESCRIBE > request to Camera simulation binary. With added delay there were no REGISTER > failures from last 2 days. But I don't think it's a good idea to

[Live-devel] Relaying a unicast stream.

2017-10-27 Thread Mark Woodard
I have adapted the testRTSPClient sample to receive a stream from my UDP source. Now I need to relay the data to another UDP address. So I tried replacing the "DummySink" in testRTSPClient with the BasicUDPSink used in testRelay. It was almost a one-for-one replacement. But it doesn't work: it cra