[Live-devel] The total received frame size exceeds the client's buffer size
Ross Finlayson
finlayson at live555.com
Wed Mar 15 07:44:46 PST 2006
>MultiFramedRTPSource::doGetNextFrame1(): The total received frame
>size exceeds the client's buffer size (3379). 929 bytes of trailing
>data will be dropped!
These errors show that the buffer size of the object that is being
fed by your "RTPSource" is too small. Usually, this is a data sink
of some sort - e.g., a "FileSink".
I.e., check the buffer size of your 'sink' object. (If you are using
"FileSink", then increase the (otherwise optional) "bufferSize" parameter.)
Ross Finlayson
Live Networks, Inc. (LIVE555.COM)
<http://www.live555.com/>
More information about the live-devel
mailing list