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

3176db4: dbus connection could not be established #12

Closed jodldoe closed 9 years ago

jodldoe commented 10 years ago

I've followed the most recent instructions but I'm getting the following error when starting omxplayer-sync (omxplayer 3176db4)

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

turingmachine commented 10 years ago

can you start omxplayer by itself?

try: `omxplayer -s testfile.mp4``

turingmachine commented 9 years ago

Does this issue still persist?

jodldoe commented 9 years ago

Hello, sorry for the late reply! We were able to start omxplayer directly, yes, but haven't found a way to fix the sync issue. Since we had a working system we ended up duplicating that one onto the other two Raspberries.

It worked great in the end, thanks for the amazing script!