Hello. I'm trying to stream a playlist to a remote computer while it is playing on the local computer. As a test, I used two computers on the same LAN to eliminate router issues et. al. Here's the command line I eventually came to:
Code: Select all
vlc -v ~/playlist.m3u --sout '#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8001/},dst=display}' --sout-all --ttl=15 --sout-keep
This works for the first song. As soon as the song changes, I get this:
Code: Select all
[0x804c18258] main mux error: cannot add a new stream (unsupported while muxing to this format).
What am I doing wrong, if anything?
Thanks in advance for any help provided.