[Live-devel] misleading error message

Sébastien Escudier sebastien-devel at celeos.eu
Wed Mar 21 01:32:28 PDT 2012


Hi Ross,

in RTSPClient.cpp::handleResponseBytes, newBytesRead is casted to
unsigned. But this value can be negative when a socket error occurred.
In this case we will se the error message :  
RTSP response was truncated. Increase "RTSPClient::responseBufferSize"
But it is not the case, the real error is a socket error.

Regards,
Sébastien.




More information about the live-devel mailing list