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. _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel