Lo,
I'm trying to stream 3 movies in a multicast mode, following the example in the manual - but no joy... (for too many hours... )
What am I'm doing wrong??
Thanks!
Command used: vlc --vlm-conf vlc.cfg -I telnet
vlc.cfg:
new channel1 broadcast enabled
setup channel1 input /home/icmovie/Movies/mpeg2.ts
setup channel1 output #standard{mux=ts,access=udp,dst=239.255.1.1,sap,name="Channel 1"}
new channel2 broadcast enabled
setup channel2 input /home/icmovie/Movies/mpeg2.mpg
setup channel2 output #standard{mux=ts,access=udp,dst=239.255.1.2,sap,name="Channel 2"}
new channel3 broadcast enabled
setup channel3 input /home/icmovie/Movies/H264.ts
setup channel3 output #standard{mux=ts,access=udp,dst=239.255.1.3,sap,name="Channel 3"}
control channel1 play
control channel2 play
control channel3 play