[Live-devel] Proxy Server Debugging

Ross Finlayson finlayson at live555.com
Tue Nov 19 10:47:22 PST 2013


> Started playing session
> Receiving streamed data (signal with "kill -HUP 14502" or "kill -USR1 14502" to terminate)...
> Data packets have begun arriving [1384803098725]
> 
> 
> MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000).  15034 by
> tes of trailing data will be dropped!
> FileSink::afterGettingFrame(): The input frame data was too large for our buffer size (100000).  15034 bytes of trailing da
> ta was dropped!  Correct this by increasing the "bufferSize" parameter in the "createNew()" call to at least 115034

That's not a 'failure'; that just indicates that "openRTSP" received data (in this case, probably a H.264 'key' frame') that was too large for its buffer.  Giving a larger buffer size to "openRTSP" - by adding the "-b 200000" option - would avoid this.  See http://www.live555.com/openRTSP

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20131119/bac6e77d/attachment-0001.html>


More information about the live-devel mailing list