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

--win and --crop not working #107

Open dusandobias opened 3 years ago

dusandobias commented 3 years ago

When I am trying to use --crop or --win function for synchronized videos, omxplayer-sync doesn't work and shows this error:

WARNING: dbus connection could not be established org.freedesktop.DBus.Error.ServiceUnknown: The name org.mpris.MediaPlayer2.omxplayer was not provided by any .service files

I am using comand _omxplayer-sync -m --win '0 0 640 480' /home/pi/video/ivatest.mp4

Some file works fine without crop or win and the functions work with normal omxplayer (without sync).

Is there any solution? Thanks a lot

magdesign commented 3 years ago

Try adding the flags here to pass them thru: https://github.com/turingmachine/omxplayer-sync/blob/0d30c1057e5395c4a12a0136eb783c0aa522d20c/omxplayer-sync#L138

magdesign commented 3 years ago

did this work?