-
Notifications
You must be signed in to change notification settings - Fork 6
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
Widevine support #16
Comments
I have never dealt with widevine before so I am not entirely sure here. There are several things I can think of:
|
I did verify that the library was in the correct location There is an HTML file included that tests if DRM is enabled as well as many websites like this one that test DRM. These tests also show that all/most of the relevant codecs are not supported by the browser.
I do not have a I also have |
Can you try creating |
Does not appear to be working after a browser restart. |
Widevine does not appear in |
The codecs doesn't look right from your previous post, at least
Although this seems to be unrelated to the widevine problem. |
If you don't mind chromium download Widevine binary itself, then try comment out EDIT: actually I think probably the way |
I can try building with those patches disabled. I'm not sure what you mean by downloading the Widevine binary; I already have it installed in |
By disabling the patches then chromium is supposed to download the widevine library by itself in background if it cannot find the library. |
It fails here:
|
I think you deleted or missed a |
Yes, I commented out one of the paths in the list which was causing the error. I deleted line 1242 instead. |
|
Did you re-extract the files from chromium source? Can you check whether the file is there? It shall be in the source and if you removed that line it shall be kept during prepare. |
No results from running |
Same error after clearing out the old files. |
Sorry I made a mistake. You shouldn't delete line 1242. |
|
That one is not the real error. Can you paste the whole log somewhere? There shall be another error before this message. |
It looks like the program was interrupted externally. I think I may have ran out of memory. I'll try again with less threads. |
|
Are you using the new |
Yes that is from using the new spec file. (I had to update the chromium sources to match.) |
That's weird. Maybe just try to comment out |
To anyone having the same issue, I managed to get version 98.0.4758.80 working based on this discussion. I followed the README instructions, changed global freeworld to 1, commented out patch 79, built it, installed the package, and copied WidevineCdm from official Google Chrome deb package to /usr/lib64/ungoogled-chromium. In chrome://components, Widevine Content Decryption Module is listed with version 4.10.2391.0. Bitmovin DRM test detects Widevine, Spotify works too. |
Is there a way to enable Widevine DRM in freeworld builds? I installed Widevine with the scripts in chromium-widevine but DRM is not enabled.
The text was updated successfully, but these errors were encountered: