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

Jump to different Position #77

Closed MakeProjects closed 5 years ago

MakeProjects commented 5 years ago

Hi,

I would like to congratulate you for the project, It is fantastic. I need to change or jump to different position during the sync using the GPIO with a sensor. My project has two projectors sync.

Is it possible to jump to different position during the sync without problems?

Thanks

DSPeelJ commented 5 years ago

Hi, It feels like that wouldn't work as the slaved player would take a bit to catch up but others may know better than I. Can you outline your project in a little more depth? There may be other ways to achieve what you want.

Thanks, John

On Fri, Jul 13, 2018 at 3:56 AM MakeProjects notifications@github.com wrote:

Hi,

I would like to congratulate you for the project, It is fantastic. I need to change or jump to different position during the sync using the GPIO with a sensor. My project has two projectors sync.

Is it possible to jump to different position during the sync without problems?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/turingmachine/omxplayer-sync/issues/77, or mute the thread https://github.com/notifications/unsubscribe-auth/AhdKYTgRIbU_GqLNaxSkllHPmdexQxUwks5uGGC_gaJpZM4VOiXO .

MakeProjects commented 5 years ago

Hi,

Yes of course. I need to interact with videos, when something happens maybe someone press a button or be detected by a sensor the video should be change. I´ve thought in use two different videos and start different syncs instances with a python script but I´m sure that I´m going to get a black screens when switch the syncs, and It is a big problem.

I´m using omxplayer-wrapper in a single TV`s or Projectors and to jump to different position in the video and It works perfect, no delays, no black screens, etc. because I´m very intererested to know that it is possible with the sync too.

Thanks,

David.

turingmachine commented 5 years ago

You could jump to any position of the master by dbus commands and the slaves will follow.