Page 1 of 1

how to stop those log errors?

Posted: 18 Sep 2013 18:11
by hislitermos
Hello,

I have been running two different stream sources simultaneously at remote pc.
I run them through ssh panel.
I open two vlc player and I can watch them remotely. There is no problem with audio and video but I got below error log.

Code: Select all

avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19557725887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19557765887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19557965887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558005887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558285887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558325887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558525887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558565887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558765887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19558805887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19559125887) [0x208e228] avcodec encoder warning: almost fed libavcodec with two frames with the same PTS (19559165887) [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync [0x2041c28] stream_out_transcode stream out debug: drift is too high, resetting master sync
I have read a couple of articles on the net but they only show how to stop logging those errors, not solving the problem.
How can I find the root cause and stop abusing the computer?

Thanks in advance
Ermos

Re: how to stop those log errors?

Posted: 27 Sep 2013 01:16
by Jean-Baptiste Kempf
INcrease caching.

[solved] Re: how to stop those log errors?

Posted: 02 Oct 2013 01:40
by hislitermos
Thanks..