Im trying to figure out how to stream via the command line in Windows 10 using VLC 2.2.6 64bit, I succesfully made one stream work but when I try another one at the same time I get a error message.
Its from my enigma2 box (1080i channel), feel free to comment if you see any possibles tweaks because Im just learning. I want ok HD quality on a large screen TV but dont want to waste too much bandwith.
I use this lines:
Stream 1:
vlc -I dummy "http://192.168.0.121:8001/1:0:19:1B94:3 ... 0000:0:0:0:" --sout=#transcode{vcodec=h264,vb=2400,scale=Auto,width=1280,acodec=mp4a,ab=96,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:11121/}
Stream 2:
vlc -I dummy "http://192.168.0.122:8001/1:0:19:1BE8:4 ... 0000:0:0:0:" --sout=#transcode{vcodec=h264,vb=2400,scale=Auto,width=1280,acodec=mp4a,ab=96,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:11122/}
When trying to start stream 2 I get this error message:
[flv @ 0000000002ab3bc0] at most one audio stream is supported in flv
[0000000002b17e00] avcodec mux error: could not write header: Invalid argument
[0000000002b4bc00] core decoder error: cannot continue streaming due to errors
[0000000002b51970] core decoder error: cannot continue streaming due to errors
[0000000002b17150] core decoder error: cannot continue streaming due to errors
I hope I can get some help, thank you.