CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.89k stars 258 forks source link

No video plays on Batocera Linux #1703

Closed CrazyH2 closed 2 weeks ago

CrazyH2 commented 2 weeks ago

Netflix add-on version

Latest

Operative systems used

Linux (Ubuntu / Mint / ...)

Kodi version used

Kodi 20 (Nexus)

Description of the bug

When I successfully login and pick a movie it will not play. It comes up for about half a second with the playback controls and then gives an error dialog and logs this.

Steps to reproduce the behavior

  1. Install
  2. Login
  3. Click on movie

Debug log - mandatory

https://paste.kodi.tv/lebatavifi.kodi

Possible fix

No response

Additional context

No response

Screenshots

No response

CastagnaIT commented 2 weeks ago

2024-06-18 06:35:13.340 T:2579 error : AddOnLog: inputstream.adaptive: Initialize: Failed to load library: /userdata/system/.kodi/cdm/libwidevinecdm.so: DT_RELR without GLIBC_ABI_DT_RELR dependency 2024-06-18 06:35:13.340 T:2579 error : AddOnLog: inputstream.adaptive: Unable to load widevine shared library (/userdata/system/.kodi/cdm/libwidevinecdm.so) 2024-06-18 06:35:13.340 T:2579 error : AddOnLog: inputstream.adaptive: PreInitializeDRM: OpenDRMSystem failed

this is not ISA bug, on linux arm64 you cant run widevine contents as is, first you need to provide required library symbols to your OS

on ISA wiki you can find some hints and links on how to solve https://github.com/xbmc/inputstream.adaptive/wiki/Widevine-ARM64-support here we cannot help more than this