Ok, so I was playing around with the streaming, setup a stream using UDP with the following:
:sout=#duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.1.66:1234},dst=standard{access=udp,mux=ts,url=192.168.1.67:1234}}
And everything worked fine, the 2 clients connected fine and streamed the audio. Obviously it was out of sync so I started to look around and found netsync, so I closed VLC on all the machines and did the following:
1. Launch on 'server' using vlc --control netsync --netsync-master
2. Start UDP stream (file > open ... etc.) using :sout=#duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.1.66:1234},dst=standard{access=udp,mux=ts,url=192.168.1.67:1234}}
3. Launch client using vlc udp://@2:1234 --control netsync --netsync-master-ip 192.168.1.65
The stream seems to load, but I get silence on the client (one client is OS X the other is XP, the server is XP), if I launch the clients just by vlc udp://@2:1234 then the stream loads and plays fine (although out of sync).
I'm really stumped and have spent the best part of a hour trying to find the answer, so any help would be greatly appreciated.
Thanks in advance,
-D