Difference between revisions of "Vlc-sync"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>VLC-Sync</code> is a modern adaptation of [https://github.com/turingmachine/omxplayer-sync OMXPlayer-Sync], using VLC as a replacement for the [https://github.com/popcornmix/omxplayer/commit/1f1d0ccd65d3a1caa86dc79d2863a8f067c8e3f8 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.
+
<code>vlc-sync</code> is a modern adaptation of [https://github.com/turingmachine/omxplayer-sync OMXPlayer-Sync], using VLC as a replacement for the [https://github.com/popcornmix/omxplayer/commit/1f1d0ccd65d3a1caa86dc79d2863a8f067c8e3f8 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.
 +
 
 +
There are two ways to start using <code>vlc-sync</code>. Using the ready-to-use Raspberry Pi images or running the <code>vlc-sync</code> manually.
  
 
[[Category:Raspberry Pi]]
 
[[Category:Raspberry Pi]]

Revision as of 11:20, 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.

There are two ways to start using vlc-sync. Using the ready-to-use Raspberry Pi images or running the vlc-sync manually.