[vlc] Synchronize Players
Jean-Paul Saman
jpsaman at gmail.com
Mon May 3 09:21:54 CEST 2010
On Sun, May 2, 2010 at 11:29 AM, gonzague <gonzagueddr at gmail.com> wrote:
> Hi all,
> Is there a way to synchronize 2 players ?
> I mean i have 2 computers that are reading a stream from the same server
> (all on my local network), and i'd like those to be synchronised to avoid
> the little delay between players.
> I thought about using the get_time() and seek() functions on the players,
> but i can't acces milliseconds informations ...
Try using the netsync functionality:
vlc --extraintf netsync --netsync-master
and other
vlc --extraintf netsync --netsync-master-ip x.x.x.x:4567
gtz
Jean-Paul Saman
More information about the vlc
mailing list