Hi,
I have searched the forum but could not find the answer. I want to stream a local file to multiple destinations - but it doesn't seeem to work - I am trying the following:
vlc -vvv YosemiteWonders.mpg -sout udp:192.168.1.1 --loop - -ttl 1 (this works)
the following DOES NOT)
vlc -vvv YosemiteWonders.mpg --sout ’duplicate{dst=display,dst=standard {access=udp,mux=ts,dst=192.168.1.12},dst=standard{access=udp,mux=ts,dst=192.168.1.42}}’ --loop
Can someone please help with the syntax -
Thanks
RK