-
Notifications
You must be signed in to change notification settings - Fork 245
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] add support for linux arm64 #1166
Conversation
without these changes, the following error is observed: Initialize: Failed to load library: libwidevinecdm.so: undefined symbol: __aarch64_ldadd4_acq_rel Unable to load widevine shared library (libwidevinecdm.so)
i fixed PR title and description since now the master branch is Omega, and then the other PR is the relative backport |
@glennguy Hello, any plans to merge this to Matrix branch too? Thanks in advance. |
@eqikkwkp25-cyber for now we have no plan to backport and/or make new releases for matrix, |
@CastagnaIT Can you colloborate which Kodi OS cannot run Widevine arm64 for Matrix? Unfortunately i am stuck to Ubuntu 19.10 arm64 with Kodi 19 on a handheld with Rockchip RK3566 (Arkos). Thanks. |
@eqikkwkp25-cyber we have investigated and no official Kodi 19 builds are available for arm64, nor the Kodi 20, you need also to manually install the arm64 wv library as explained on this issue: i have written to the ISHelper devs, but their has not give anwers to integrate arm64 support yet |
Description
without these changes, the following error is observed:
cc #1128 emilsvennesson/script.module.inputstreamhelper#530
for reference:
Motivation and context
add widevine support for linux arm64
How has this been tested?
Screenshots (if appropriate):
Types of change
Checklist: