I know that (from Streaming-how-to.doc)
Display the stream and send it to two unicast IP addresses:
% vlc -vvv input_stream --sout '#duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.1.12},dst=standard{access=udp,mux=ts,url=192.168.1.42}}'
Could someone tell me how to add one more destination ip during streaming to 192.168.1.12 and 192.168.1.42 ?
thanks very much!!