Isn´t it possible to use the duplicate command with windows version of VLC? We want to stream to multiple IP address. If we write something like this:
vlc video.mpeg --sout udp/ts:ipaddress1 --sout udp/ts:ipadress2
we only get to stream to the second IP. A possibily is to use two command line, one for each IP address, but this open two VLC and we don´t want this.
If I try this sintaxis:
vlc video.mpeg --sout '#duplicate{dst=standard access=udp,mux=ts,url=ip1},dst=standard{access=udp,mux=ts,url=ip2}}'
it doesn´t work, I suppose that it´s because I´m using windows.
Does anybody know what we have to do?
Thank you