-
Notifications
You must be signed in to change notification settings - Fork 21
Widevine for 64-bit chromium now achievable #248
Comments
Thanks @Botspot, we have got it working internally last week and I'll package it up when I get a chance. Unfortunately things are quite busy at the moment, so I can't say when that might be. |
There are two missing symbols in libwidevinecdm.so which prevents it loading. |
please do share what you have done to make it work Firstly the widevinecdm was built to required some GLIBC 2.29+ symbols
Second, on most chromium builds it appears that widevine does not even attempt to load on arm64. this is the case on debian and ubuntu and multiple ppas and flatpak chromium builds I have tried. the only chromium verison that attempts to load widevine on arm64 seems to be chromium-freeworld from fedora rpmfusion. it appears that both chromium-freeworld as well as the piOS 32bit chromium build are patching chromium to effictively always set Thirdly, on systems with GLIBC 2.36+, running the widevinecdm will trigger an error as the symbol
I have not been successful in running the binary on any system due to these issues. Please share any progress. |
ah I see why generic chromium builds do NOT check for widevine on non x64 its hardcoded into the widevine.gni script to only enable on |
How can we properly install this on Chromium now? I'm totally confuse. |
I believe it is installed by default on recent images. |
Until recently, all ARM64 ChromeOS devices were using a 32-bit userland. Google is rolling out an ARM64 userspace in beta for some chromebooks, and a few hours ago an ARM64 Widevine library was successfully snatched from Google's update servers.
See: https://gist.github.com/teacupx/9393507ad6250429707f0318b04f1a3b?permalink_comment_id=4471161#gistcomment-4471161
@theofficialgman is hosting the files here for easy access.
I have been able to verify that this libwidevinecdm.so file is indeed in ARM64 format.
This is where we need assistance from @popcornmix, @XECDesign, and anyone else familiar with the current Chromium patches for Netflix.
Chromium does not seem to detect the Widevine library, despite it being placed in the /opt folder in the exact same manner that the
libwidevinecdm0:armhf
package does. Nobody I have talked to knows enough about Chromium and Glibc to determine if glibc needs patching, chromium needs patching, if they both need patching, or if there is some other foundational obstacle that must be fixed first.This issue is intended to be center of discussion for the topic of making ARM64 Chromium play Widevine DRM-restricted content. If the Pi team takes this and makes it work in PiOS64, it is my hope that they will disclose what was necessary to make it work, so other browsers, SBCs, and distros can help accelerate the advent of mainstream ARM desktop computing.
The text was updated successfully, but these errors were encountered: