Page 1 of 1

Syncronising a multicast audio stream

Posted: 01 Apr 2006 11:54
by alt
I'm trying to set up a multicast stream, playing mp3s to various computers around my house. Have managed to get it working, but of course the audio comes out of the computers out of sync. Is there any way of syncing the outputs, or is this a well-known problem with streaming?

Posted: 01 Apr 2006 14:19
by dionoea
You can use the netsync module. On the server, just add the option "--netsync-master" and on the clients (those who actually play the stream), add the option "--netsync-master-ip <ip of the server>".

Posted: 02 Apr 2006 13:35
by alt
Ooh didn't know anything about that. I'll check it out. Thanks!

Posted: 02 Apr 2006 14:06
by alt
Is it possible to control the netsync properties through the Telnet or RC interfaces, rather than at startup?

I occasionally play stuff from a different computer to my master, so will need to change the netsync stuff to point to that one, and don't really want to have to restart vlc to do it!

Thanks

Posted: 02 Apr 2006 14:16
by dionoea
You can change it in the preferences if you use the GUI... but i don't know if that takes effect if you don't restart VLC.

Posted: 02 Apr 2006 14:20
by alt
Ok. Well if I really don't want to restart vlc, I could always stream the file from the other computer to the main computer, and then stream it to everyone from there!