-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Can't enable widevine on Ubuntu 22.04 (arm64) #28903
Comments
This seems to be really hard to implement at the moment. The only binaries that seem to be available are from the Raspberry PI repository (source). Arch Linux users have used these binaries to get Widevine to run on Arm64 Linux (source). But it requires binary-patching the |
The situation has improved slightly: Starting with Brave 1.63.x, it is possible to manually install Widevine on Arm64 Linux and get Brave to use it. Please see this PR for instructions. You still need to obtain Arm64 Widevine yourself. But this is possible by copying out the files |
We now have official instructions for enabling Widevine on Arm64 Linux here: https://support.brave.com/hc/en-us/articles/23881756488717-How-do-I-enable-Widevine-DRM-on-Linux |
@gonzolively Ubuntu 22.04 does not have GLIBC 2.36+ (support for RELR, required by ChromeOS ARM64 Widevine) which is currently the only public way to obtain a widevine version "compatible" (with patching) for ARM64 linux (it can be obtained from commondatastorage.googleapis.com, see https://github.com/AsahiLinux/widevine-installer/blob/7a3928fe1342fb07d96f61c2b094e3287588958b/widevine-installer#L16-L19 for an example). All distros with GLIBC 2.35 and older you will have to patch GLIBC source code to include chromeOS RELR support, built it, and install it and keep it updated as your distro patches GLIBC for security bugs and overwrites your custom version. |
Description
Upon visiting any site with DRM-protected content (Netflix, Amazon Prime, etc.) I get an error message essentially saying to enable the widevine plugin. I've tried visiting the extensions page and enabling it manually, however upon page refresh the toggle goes back to the off position. I am also unable to find the widevine extension by checkout out components. For what it's worth, I never get the "puzzle piece" icon in the URL bar asking me to install the plugin. This feels like a Linux arm64 issue.
Steps to Reproduce
Actual result:
Unable.to.install.widevine.mov
Expected result:
Reproduces how often:
Brave version (brave://version info)
Version: 1.48.171
Chromium: 110.0.5481.177
OS: Ubuntu 22.04 [arm64]
Kernel: 5.15.0-67-generic
Version/Channel Information:
I've only tried the most current version that I got via the main release repo for brave-browser (arm64):
Repo URL: https://brave-browser-apt-release.s3.brave.com/ (stable main)
Other Additional Information:
The text was updated successfully, but these errors were encountered: