I`m transcoding from a RTSP source (QVidium hardware encoder) to http (in flv format using x264 codec). rtsp caching is set to 5000, sout caching is set to 12 000 ( --rtp-caching=5000 --sout-mux-caching=12000). After a day or two, audio/video begin choppy and vlc show this:
Code: Select all
[0x15ed1f8] [Media: channel0] main mux warning: late buffer for mux input (5024)
[0x15ed1f8] [Media: channel0] main mux warning: late buffer for mux input (36503)
[0x15ed1f8] [Media: channel0] main mux warning: late buffer for mux input (11095)
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
[0x7f946c001d78] [Media: channel0] stream_out_transcode stream out debug: drift is too high, resetting master sync
I`m sure, CPU is capable to transcode video in x264 in realtime, so this is not the root of the problem