> 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
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