Difference between revisions of "Vlc-sync"
Line 12: | Line 12: | ||
== Flashing the image == | == Flashing the image == | ||
+ | To use the downloaded image, you need to 'flash' it to the micro SD card the Pi uses. The easiest way to do this is with a program called [https://etcher.balena.io/ Balena Etcher]. Once you've downloaded Etcher, you can insert the micro SD card in your computer and use Etcher to flash the contents of the downloaded image (either <code>conductor.img</code> or <code>follower.img</code> to the micro SD card. | ||
[[Category:Raspberry Pi]] | [[Category:Raspberry Pi]] |
Revision as of 09:21, 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.
Download conductor.img
(3.14GB)
Download follower.img
(3.14GB)
Flashing the image
To use the downloaded image, you need to 'flash' it to the micro SD card the Pi uses. The easiest way to do this is with a program called Balena Etcher. Once you've downloaded Etcher, you can insert the micro SD card in your computer and use Etcher to flash the contents of the downloaded image (either conductor.img
or follower.img
to the micro SD card.