<div dir="ltr"><div style>Hey,</div><div style><br></div><div style>Every camera I use these days seems to exceed the default OutPacketBuffer::maxSize by quite a large margin, e.g.</div><div><br></div>MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (60804).  116669 bytes of trailing data was dropped!  Correct this by increasing "OutPacketBuffer::maxSize" to at least 176669, *before* creating this 'RTPSink'.  (Current value is 60000.)<div>

<br></div><div>Is there any reason this buffer is so small by default?</div><div><br></div><div style>The buffers seem to be very small across the board, e.g.</div><div style><br></div><div style>./testProgs/testRTSPClient rtsp://<a href="http://86.146.236.49/media/video1">86.146.236.49/media/video1</a><br>

</div><div style><br></div><div style>Outputs:</div><div style><br></div><div style>MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000).  37417 bytes of trailing data will be dropped!<br>

</div><div style><br></div><div style>Maybe the default should be at least 200000 to accommodate 720P and 1080P cameras these days?</div><div style><br></div><div style>Roman</div></div>