Hello,
Using Linux 2.6.10, vlc from Debian Stable "VLC media player 0.8.1 "
On one machine (192.168.80.1) I run:
vlc dvd:///dev/dvd --sout '#duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.80.4,sap,name="testStream"}}' --netsync-master
on the other (192.168.80.4) I run:
vlc udp: -f --netsync-master-ip "192.168.80.1"
I get the dvd on both machines, but they are not in sync (the server machine is 1 second or so ahead). For my application I need to get perfect sync. Any ideas what I'm doing wrong?
Also, I will actually need eventually to broadcast to several clients. It seems I should try the udp multicast protocol. I know nothing about multicast, and am not even sure if my switch supports it. Is there a good resource or extra documentation that discusses more in detail how to use videolan with udp multicast?
Thanks.