[streaming] Re: Synchronise clients

Antoine Cellerier dionoea at videolan.org
Wed Nov 8 11:42:45 CET 2006


On Tue, Nov 07, 2006, Ian Rice wrote:
> 
> Hello,
> I'm trying to synchronise two vlc clients to a vlc server.
> Basically I want the server putting out an audio stream and the clients 
> playing in sync.
> 
> I need some advice about the best way to do this.
> 
> vlc -vvv --ttl 12 --netsync-master ~/test.mp3 --sout 
> '#duplicate{dst=rtp{dst=client1,port=1234,sdp=rtsp://server:8084/test1.sdp},dst=rtp{dst=client2,port=1234,sdp=rtsp://server:8088/test.sdp}}'

You need to load the netsync module too before that works (like
--extraintf netsync) and configure the clients to also use the netsync
module and use the right netsync server.

-- 
Antoine Cellerier
dionoea

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list