-
Notifications
You must be signed in to change notification settings - Fork 48
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
Odroid C2 Unable to load shared library #35
Comments
Temp fix for the ARM version. 7zip or another archive tool that supports filesystem images required. Go to: https://cros-updates-serving.appspot.com/#speedy Click Open the Go to Extract the file Restart Kodi |
Thank you! |
I download the file, extract the zip to a .bin, but when I try to extract the .bin file it tells me there is an error in the file. I've downloaded both from the direct link and the actual page. Is there anywhere else I can get the libwidevinecdm.so file? |
I don't think it's allowed to share the .so file openly according to the license (copying not allowed)? Just use the SSH and follow the instructions. You could create a bash script: #!/bin/sh Somebody else can probably make it better. |
This is now fixed. The latest Milhouse LibreELEC testbuild already has the fix. You should restore the windevine .so file to the latest version. If you deleted it, it is inside the latest chromeos archive: https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_10718.88.2_daisy-spring_recovery_stable-channel_spring-mp-v3.bin.zip |
LibreElec 8.25 with inputstream.adaptive 2.0.20 on RPi2. I downloaded libwidevinecdm.so v10718.88.2 and v10575.58.0 from spring- and elm-tree, but all four files did not work. Lib has 7,9 MB instead of 4,9 MB. Does the fix only work on LibreElec 9 beta with inputstream.adaptive 2.0.27? |
Widevine appears to no longer work in KODI 17 at all. |
It did work on Kodi 17, LE 8.2.5, I.A 2.0.20, so why doesn't it work any more? |
Widevine versions were blacklisted by Google. The newer versions aren't supported by the inputstream that the Kodi v17 is using. Simple as that. |
So Google did change something. Thanks for this clear explanation. |
@holzfuss It simply needs a later version of the inpustream.adaptive add-on to run. The fix is to switch to KODI 18 Beta or wait for KODI 18 Stable |
Well, I have no idea how much time it would take to backport the necessary code to KODI 17. Waiting for KODI 18/LE 9 to get stable... :/ |
Even if you did back-port the code yourself, they aren't releasing any more versions of KODI (no 17.7). I don't think 18 is that far away. |
I do have. :) It's pretty simple and since today, I have Widevine working again in Kodi 17.6 on my good old Odroid U3. |
So, we only need some changes in the inputstream.adaptive plugin? LE is still Alpha5 since 17th of September...it is probably months away from being stable. |
I am not sure, but I don't think any activity is to be expected for Kodi Krypton. |
I am tempted to close this issue, as I don't know what to do or expect from this conversation. |
I am going to close this now. inputstreamhelper (or rather Widevine) is only supported on Kodi 18 and newer. This is out of our control currently. Feel free to report any feedback related to this issue here though. |
Your script downloads the widevine module. No problem there, but for some reason I can't get that module to work. The macleod script worked for it without any problems so I thought it was the same structure as the RPi.
Which recovery OS image is the best for the Odroid C2?
The text was updated successfully, but these errors were encountered: