(We use port 8000 for optional RTSP-over-HTTP tunneling, or for HTTP live streaming (for indexed Transport Stream files only).)
MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (301380). 350088 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 650088, *before* creating this 'RTPSink'. (Current value is 300000.)
MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (301380). 10068 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 310068, *before* creating this 'RTPSink'. (Current value is 300000.)
A1:
DynamicRTSPServer.cpp
else if (strcmp(extension, ".mkv") == 0 || strcmp(extension, ".webm") == 0) {
// Assumed to be a Matroska file (note that WebM ('.webm') files are also Matroska files)
OutPacketBuffer::maxSize = 9000000; // allow for some possibly large VP8 or VP9 frames
沒有留言:
張貼留言