You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is also run from inside a wx.Frame. What is also interesting about this issue is if I take the --display 5 out, which forces the pi to display via hdmi and not on screen(I have a touch screen), it works! It only fails with I am outputting to the hdmi out.
The text was updated successfully, but these errors were encountered:
ProdigyView
changed the title
DBus Cannot connect to the OMXPlayer process
DBus Cannot connect to the OMXPlayer process With --display 5 option (HDMI OUT)
Aug 8, 2019
Issue Report
Description
I get the standard "DBus cannot connect to the OMXPlayer process"). I am streaming the video from a url. My code is as follow:
The code is also run from inside a wx.Frame. What is also interesting about this issue is if I take the
--display 5
out, which forces the pi to display via hdmi and not on screen(I have a touch screen), it works! It only fails with I am outputting to the hdmi out.Environment details
lsb_release -a
):python-omxplayer-wrapper
latest
python-dbus
(dpkg -s python-dbus
)1.10.28-0+deb9u1
python
(python --version
)3.5
omxplayer
(omxplayer --version
)f06235c
The text was updated successfully, but these errors were encountered: