I start VLC with 3 files to play
The first file will be streamed without problems and then it loops. But I need to stream 3 files and loop after the last one gets playedvlc -vvv panda.flv prst.flv video.flv --loop --sout-keep --sout '#transcode:standard{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8777/stream.flv}' --sout-mux-caching=1000
[0x9d8cdf4] main demux meta debug: no meta reader module matching "any" could be loaded
[0x9d8cdf4] main demux meta debug: TIMER module_need() : 1.073 ms - Total 1.073 ms / 1 intvls (Avg 1.073 ms)
[0x9f2466c] main input debug: `file:///var/www/user3/files/cast/prst.flv' successfully opened
[0x9f2466c] main input debug: Buffering 0%
[0x9f2466c] main input debug: switching to sync mode
[0x9f2466c] main input debug: Buffering 13%
[0x9f2466c] main input debug: Buffering 26%
[0x9f2466c] main input debug: Buffering 40%
[0x9f2466c] main input debug: Buffering 53%
[0x9f2466c] main input debug: Buffering 66%
[0x9f2466c] main input debug: Buffering 80%
[0x9f2466c] main input debug: Buffering 93%
[0x9f2466c] main input debug: Stream buffering done (320 ms in 0 ms)
[0x9dab444] main stream output debug: adding a new sout input (sout_input:0x9f23710)
[0x9d829ac] stream_out_transcode stream out debug: not transcoding a stream (fcc=`h264')
[0x9da6b7c] main mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[0x9d9128c] main decoder error: cannot create packetizer output (h264)
[0x9dab444] main stream output debug: adding a new sout input (sout_input:0x9d91620)
[0x9d829ac] stream_out_transcode stream out debug: not transcoding a stream (fcc=`mp4a')
[0x9da6b7c] main mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[0x9d76db4] main decoder error: cannot create packetizer output (mp4a)
[0x9f2466c] main input debug: Decoder buffering done in 0 ms
"--sout-mux-caching=1000" - don't solve the problem please help!!!