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

HDMI with raspberry 7" Display connected to DSI #70

Closed nils1976 closed 6 years ago

nils1976 commented 6 years ago

I am wondering if it is possible to play the output to HDMI not to raspitouch? omxplayer has the option --display 5 which works fine... Is there a easy way to put that into the script? My programming skills are awfull so any idea would be fine

Thanks for help Nils

turingmachine commented 6 years ago

Below line 164 you could add:

self.omxplayer_options.append('--display 5')
nils1976 commented 6 years ago

I will give that a try! Thanks for the reply

Best Regards Nils

Am 04.04.2018 um 19:39 schrieb Simon Josi notifications@github.com:

Below line 164 you could add:

self.omxplayer_options.append('--display 5') — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.