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
How can I find the root cause and stop abusing the computer?
Thanks in advance
Ermos