Hi All,
I have an application that attaches to an RTSP stream to capture video/audio.
On some occasions when trying to record video the vlc experiences a decoder error listed below.
[000000003145cb70] live555 demux debug: lost 41979 bytes
[000000003145cb70] live555 demux debug: increasing buffer size to 400000
[00000000004648d0] core input debug: Buffering 66%
[00000000004648d0] core input debug: Buffering 68%
Jan 09, 2019 10:00:21 AM net.sys.gnd.MissionDataRecorder.OperatorVideoPanel$4 buffering
INFO: MediaPlayerEventAdapter Playing stream buffering new cach = 76.0
[00000000004648d0] core input debug: Buffering 78%
Jan 09, 2019 10:00:21 AM net.sys.gnd.MissionDataRecorder.OperatorVideoPanel$4 buffering
INFO: MediaPlayerEventAdapter Playing stream buffering new cach = 78.0
[000000003145cb70] live555 demux debug: tk->rtpSource->hasBeenSynchronizedUsingRTCP()
[00000000004648d0] core input error: ES_OUT_RESET_PCR called
[0000000030049050] core decoder error: cannot continue streaming due to errors
Jan 09, 2019 10:00:21 AM net.sys.gnd.MissionDataRecorder.OperatorVideoPanel$4 buffering
INFO: MediaPlayerEventAdapter Playing stream buffering new cach = 0.0
[00000000004648d0] core input debug: Buffering 0%
Jan 09, 2019 10:00:21 AM net.sys.gnd.MissionDataRecorder.OperatorVideoPanel$4 buffering
INFO: MediaPlayerEventAdapter Playing stream buffering new cach = 0.0
[00000000004648d0] core input debug: Buffering 1%
Does anyone know what is causing this error. I see buffering when successful recording occurs.
Is there some buffer size that I can increase or is there some kind timeout that is causing the
[0000000030049050] core decoder error: cannot continue streaming due to errors
message being invoked?
Thanks for your help,
Jeff