I attempt to start streaming with the following command:
Code: Select all
vlc *.webm --sout '#std{access=http,mux=webm,dst=:43888/stream}' --sout-keep -vvv
If I do next, or wait for the first file to end, it produces:
Code: Select all
[00007235c4000b98] core stream output debug: adding a new sout input (sout_input:0x7235b8002ef0)
[00007235c44c8da8] core mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007235c5b1bd68] core decoder error: cannot create packetizer output (vorb)
[00007235c4000b98] core stream output debug: adding a new sout input (sout_input:0x7235d0c5ebc0)
[00007235c44c8da8] core mux error: cannot add a new stream (unsupported while muxing to this format). You can try increasing sout-mux-caching value
[00007235c5b008c8] core decoder error: cannot create packetizer output (VP80)
If I remain view the stream the stream closes out.
If I start afterwards, it plays roughly 1/2 second of audio from the beginning of the first video file, then stops playing but remains connected to the stream.
Media info shows details about the first video, not the second.
How do I stream multiple files?
Full output to come in 2nd post.
EDIT:
I should add, all three files stream individually fine if I stream one at a time, and whichever file is first (I've renamed them multiple ways) always plays fine in the stream.
EDIT 2:
I said they were all opus, that's incorrect. Two of them are, but 2.webm is in Vorbis audio.