[Live-devel] Callback not being called in case of unknown response

Sébastien Escudier sebastien-devel at celeos.eu
Wed Oct 6 01:38:21 PDT 2010



Hi,

In some cases, my callbacks are not called and my application hang.
It happens when live555 does not recognize the response of the RTSP server.

The logs say :
Received a complete (unknown) response:
RTSP/1.0 404 Not found

In this case, in RTSPClient.cpp line 1556 foundRequest is NULL and the user
callback is never called.
foundRequest is NULL because the response does not include a CSeq value.
Would there be a way to tell the application we received something invalid in
this case ?

Sebastien.



More information about the live-devel mailing list