On windows it doesn't give any error in commandline or in the log file. However in linux terminal we get the following:
Code: Select all
[flv @ 0x7fe4a000b5c0] pts (20813141) < dts (20814084) in stream 0
[00007fe4a000b1a0] avformat mux error: could not write frame (pts: 20813141008, dts: 20814084748) (pkt pts: 20813141, dts: 20814084)
[flv @ 0x7fe4a000b5c0] pts (20813099) < dts (20814251) in stream 0
[00007fe4a000b1a0] avformat mux error: could not write frame (pts: 20813099296, dts: 20814251582) (pkt pts: 20813099, dts: 20814251)
[00007fe4640061c0] x264 encoder: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[00007fe4640061c0] x264 encoder: profile High, level 3.0, 4:2:0, 8-bit
[00007fe4a000b1a0] main mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007fe4b55b6600] main decoder error: cannot continue streaming due to errors with codec mp4a
[00007fe4640061c0] x264 encoder: using SAR=160/177
[00007fe4640061c0] x264 encoder: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[00007fe4640061c0] x264 encoder: profile High, level 3.0, 4:2:0, 8-bit
[00007fe4a000b1a0] main mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007fe4a002bb40] stream_out_transcode stream out error: cannot add this stream
[00007fe4b55b2820] main decoder error: cannot continue streaming due to errors with codec hevc
Increasing sout-mux-caching value merely makes the suggestion to increase it go away.
Each file can be streamed out individually with no problem. But if they're together in a playlist, it will always fail when moving from the first file to another file. The only way to get VLC to continue is to quit the program and open it again.
Tested Windows 10 and latest arch linux. viewers are on various windows/linux/mac machines.