Re: [Live-devel] misleading error message

2012-03-21 Thread Ross Finlayson
Thanks for the report. I'll fix this in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] misleading error message

2012-03-21 Thread Sébastien Escudier
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 er