Difference between revisions of "Vlc-sync"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
== Getting started ==
 
== Getting started ==
 
You can use <code>vlc-sync</code> downloading our ready-to-use Raspberry Pi images from our website. If you want to synchronize videos between two Pi's, make sure to download both the conductor and follower images. For a simple video loop you can download either.
 
You can use <code>vlc-sync</code> downloading our ready-to-use Raspberry Pi images from our website. If you want to synchronize videos between two Pi's, make sure to download both the conductor and follower images. For a simple video loop you can download either.
 
+
<br/>
 +
<br/>
 
[https://github.com/turingmachine/omxplayer-sync <code>conductor.img</code>]
 
[https://github.com/turingmachine/omxplayer-sync <code>conductor.img</code>]
 +
<br/>
 
[https://github.com/turingmachine/omxplayer-sync <code>follower.img</code>]
 
[https://github.com/turingmachine/omxplayer-sync <code>follower.img</code>]
  

Revision as of 09:16, 27 August 2024

vlc-sync is a modern adaptation of OMXPlayer-Sync, using VLC as a replacement for the deprecated OMXPlayer. This implementation facilitates the synchronization of multiple VLC players across a network, following a conductor/follower model. You are also able to use a single conductor for a simple video loop.

In simple terms, this tool makes it possible synchronize videos playing on different computers (Raspberry Pi) using a program called VLC. The conductor computer sends signals to the follower computers, telling them when to start or loop a video so that they all stay perfectly in sync. This guide exists to replace the outdated Making a video installation with Raspberry Pi tutorial.

Getting started

You can use vlc-sync downloading our ready-to-use Raspberry Pi images from our website. If you want to synchronize videos between two Pi's, make sure to download both the conductor and follower images. For a simple video loop you can download either.

conductor.img
follower.img

Flashing the image