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

option --win doesn't work, can it be used? (just asking) #42

Closed peterjosvai closed 8 years ago

peterjosvai commented 8 years ago

hi, thanks for your work, it is awesome!

I just realized that one can add "extra" options (other than what your modified omxplayer version's manual lists) I could add -b, for example... then I tried --win "0 0 1920 1080" , and it didn't ... the playing didn't start

I'm not complaining :) omxplayer-sync works great... just asking if the --win options could be activated in any way

thank you

Peter

peterjosvai commented 8 years ago

okay, I think I've found the answer: no :)

quote from the script:

for argument in arguments: if argument.startswith('-'): self.omxplayer_options.append(argument) else: self.playlist.append(argument)

PS: once again, this is NOT an issue :)

peterjosvai commented 8 years ago

okay, sorry for the silly question :)

of course one can add this in the python file:

self.omxplayer_options.append('--win "0 0 1920 1080"')

and: THANKS again for omxplayer-sync :)

flycrshish commented 6 years ago

sorry try to edit this line in /usr/bin/omxplayer-sync self.omxplayer_options.append('--win "0 0 1920 1080"') run omxplayer-sync -luv /home/pi/playfile.avi but --win setting is not work , am i lost some thing ? ( omxplayer --win "0 0 1920 1080" /home/pi/playfile.avi is work)

flycrshish commented 6 years ago

add -s is work ,no question now. omxplayer-sync -luv /home/pi/playfile.avi -s

hitesh83 commented 6 years ago

@peterjosvai @flycrshish Did you guys able to use --win "0 0 1920 1080" ? I am trying to do same, but could not archive it. Please help