Hello, I'm running live555ProxyServer on a Raspberry Pi, connected to a single IP Camera, using this URL: rtsp://192.168.168.25:8554/main.264. I executed using the `-V` command line argument.
When I launch VLC, during playback, I can see the following message on the terminal console of the proxy server application: ``` Received 153 new bytes of response data. Received a complete OPTIONS response: RTSP/1.0 200 OK CSeq: 84 Date: Thu, Jan 01 1970 01:55:57 GMT Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000). 23914 bytes of trailing data will be dropped! MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (100176). 23914 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 123914, *before* creating this 'RTPSink'. (Current value is 100000.) MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000). 11570 bytes of trailing data will be dropped! MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (100176). 11570 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 111570, *before* creating this 'RTPSink'. (Current value is 100000.) MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000). 21065 bytes of trailing data will be dropped! MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size (100176). 21065 bytes of trailing data was dropped! Correct this by increasing "OutPacketBuffer::maxSize" to at least 121065, *before* creating this 'RTPSink'. (Current value is 100000.) Sending request: OPTIONS rtsp://192.168.168.25:8554/main.264/ RTSP/1.0 CSeq: 85 User-Agent: ProxyRTSPClient (LIVE555 Streaming Media v2023.03.30) Session: 5A3B5705 ``` Is there any setting on the IP camera or on the application the I can execute/change to avoid this behavior? Best regards, Flavio
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
