Difference between revisions of "Vlc-sync"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=== Running vlc-sync === | === Running vlc-sync === | ||
+ | |||
+ | ==== Requirements ==== | ||
+ | |||
+ | |||
+ | |||
+ | ==== Installing ==== | ||
+ | <code>pip install -r requirements.txt</code> | ||
=== Raspberry Pi images === | === Raspberry Pi images === | ||
[[Category:Raspberry Pi]] | [[Category:Raspberry Pi]] |
Revision as of 10:34, 19 December 2023
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 instances across a network, following a conductor/follower model. You are also able to use a single conductor for a simple video loop.
Getting started
There are two ways to start using vlc-sync
. Running the script manually or using the ready-to-use Raspberry Pi images.
Running vlc-sync
Requirements
Installing
pip install -r requirements.txt