Skip to content

OMXPlayer-Sync facilitates syncing of multiple OMXPlayer instances over the network in a master/slave fashion.

Notifications You must be signed in to change notification settings

hansipete/omxplayer-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

OMXPlayer-Sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.

https://vimeo.com/65737409

Usage

$ ./omxplayer-sync -h
Usage: omxplayer-sync [options] filename

Options:
  -h, --help            show this help message and exit
  -m, --master          
  -l, --slave           
  -x DESTINATION, --destination=DESTINATION
  -u, --loop            
  -v, --verbose

master

omxplayer-sync -muv movie1.mp4 movie2.mp4 /movies/*

slave

omxplayer-sync -luv movie1.mp4 movie2.mp4 /movies/*

Requirements

A recent version of pyexpect.

Version c0dd950 of omxplayer.

Usage notes

To achive faster initial sync times, one should use a build of omxplayer with forward and backward seek times set to 5 seconds instead of 30 seconds.

About

OMXPlayer-Sync facilitates syncing of multiple OMXPlayer instances over the network in a master/slave fashion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published