-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running under Alpine #197
Comments
@kkhanh were you able to get this working? If so would you mind sharing your tips so others can benefit? Thanks |
@willprice I got it working by disabling openGL which is not enabled by default so there should be no problem for anyone. But the library is not working properly, /tmp is empty, looks like a problem with the dbus. |
Do you see any |
@willprice No, /tmp is still empty. chmod 777 /tmp, same result |
Hi,
I'm trying to use the library under Alpine. Do you know if there were any successful attempt ?
The steps I followed :
foo# pip3 setup.py install
foo# python3
From there I can see a new process on the list :
2935 root 0:02 omxplayer /tmp/test.mp4
but nothing show up on the screen.
No problem when running omxplayer directly without python
Im using alpine-rpi-3.10.3-armhf
Any hints appreciated ty
The text was updated successfully, but these errors were encountered: