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

ashgreen/omxplayer-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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 -v -m -x 255.255.255.255 movie.mp4

slave

omxplayer -v -l movie.mp4

Requirements

A recent version of pyexpect.

Currently my fork of omxplayer is required.

A build of this fork can be found at yokto.magdesign.ch.

Settings

OMXPLAYER = 'omxplayer'
PORT = 1666
TOLERANCE = 0.2
ADJUST_OMXPLAYER = -0.1
ADJUST_MASTER = 0.0
ADJUST_SLAVE = 0.0
SEEK_SIZE = 5

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