Page 1 of 1

multiple ip streaming

Posted: 26 Apr 2005 13:06
by martintxo
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

Posted: 26 Apr 2005 15:55
by dionoea
the second syntax should work. you left out a { . (you don't need the quotes if you're using this command line in the windows prompt)