Hi,
I want to know if it is possible to use VLM capabilities without having to use telnet or http, I want to stream from a server to my network. And I'm managing the network using ssh.
What can I do? I use this command line
cvlc -vvvv --programs=1101,1102 dvb:// :dvb-adapter=0 :dvb-frequency=618000000 :dvb-bandwidth=8 :dvb-transmission=8 :dvb-guard=4 :dvb-modulation=64 :dvb-cache=512 --ts-es-id-pid --sout "#duplicate{dts=std{mux=ts,access=udp,dst=239.255.255.255:1234,name=Nederland-1},select="program=1101",dts=std{mux=ts,access=udp,dst=239.255.255.255:1235,name=Nederland-2},select="program=1102"}"
But it doesn't work because it stream both channels through the same IP port