-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
Missing widevine component on arm based neko #278
Comments
let me know if i questioned something silly. I started to use docker for the first time to use neko and I don't know how it works around exactly. |
Its actually known issue, that DRM stopped at some point, with specific version of chromium: neko/.docker/chromium/Dockerfile.arm Line 7 in 9bdf9c8
But maybe there is already solution to that: Though it is not available in official debian packages. For firefox, it should be working as firefox downlaods DRM support automatically. |
I just checked and widevine didn't come with firefox. and the solution did nothing, as I tried to install both inside and outside of neko's container. inside of container even though it was after command 'apt full-upgrade'. |
Looks like DRM support for arm is not quite there. We can wait until it arrives, or if its there and someone wants to create PR adding this, it is welcome. |
@m1k1o I hope they contain the library soon. Thanks for all the contributions, neko allowed me to do many things while i'm in certain situations that browsing internet is restricted.
I was exploring what i need to change but unfortunately i couldn't find. Can you help me? |
Some settings like ports, env variables, mounts cannot be modified when container is running. But you can change resolution when you log in as admin, there is small screen icon on the right. You can change screen resolution. |
Hi, I installed neko chromium version from 'ghcr.io/m1k1o/neko/arm-chromium:latest' and successfully installed the neko on my raspberry pi 4 b raspbian.
However I encountered problem that I couldn't play and enter spotify web player and also disney plus.
I suspected that it could be problem related with drm things, after few searches i found that there were no widevine component installed at chrome://components.
Recent posts says that before widevine was not supported at arm64, but i found posts castlabs/electron-releases#150 raspberrypi/Raspberry-Pi-OS-64bit#248 that says recently it updated to support arm64 also.
I executed bash on neko's docker and downloaded arm64 version of widevine http://archive.raspberrypi.org/debian/pool/main/w/widevine/ from here and installed by apt install ./libwidevinecdm0... and restarted docker. but nothing changed.
Since I don't have any additional knowledge about using docker I'm writing this issue hoping to resolve this problem.
Thanks!
The text was updated successfully, but these errors were encountered: