> 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/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel