Fetch the repository succeeded.
For documentation and instructions for building this software, see http://www.live555.com/liveMedia/
当丢帧时,可以看到服务器有如下打印信息:
MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (100452). 108227 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 208227, *before* creating this 'RTPSink'. (Current value is 100000.)
可以根据视频,适当调整 OutPacketBuffer::maxSize 的大小,此处我们将其值修改为 250000
Sign in for post a comment
Comments ( 1 )