turingmachine / omxplayer-sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.
194 stars 70 forks source link

WARNING: current master file 'filename.mp4' is unavailable #25

Closed jwarmouth closed 9 years ago

jwarmouth commented 9 years ago

When testing omxplayer-sync, I can get two pis to sync correctly using the supplied synctest.mp4, but when I attempt to sync with other files, I get this issue:

WARNING: current master file 'filename.mp4' is unavailable

The filename updates to display the current file running as a master on the network, but the relay (perhaps a less politically loaded way to refer to 'slave') pi displays a loop of the above error.

The current file is 1080p 23.976 H264 .mp4 from Adobe Media Encoder with keyframes set to every 24 frames (which should set the GOP to 24 frames from the default 72).

jwarmouth commented 9 years ago

I can only get the sync to work correctly if the master and relay have the exact same filenames. Is this correct?

magdesign commented 9 years ago

The filename must be exactly the same on master and on the slave.

If your sync does not work as mentioned above, make sure that the folder where the movie is placed only contains the movie and nothing else (e.g. no pictures, folder, other files)

turingmachine commented 9 years ago

This feature needs clarification in the README.