joyn / widevine does not work

  • I installed joyn (ip tv provider) to watch some tv shows in german. Unfortunately, i get an error and the plugin aborts.

    In the logs i found this:


    Anyone an idea whats going on? Is it the wrong widevine that this plugin downloads? Unfortunately i have no netflix, otherwise i would install that addon and see what it downloads.

  • The "undefined symbol" error is caused by a recent change in inputstream.adaptive and affects widevine on all aarch64 platforms

    I've PR'ed fixes to inputstream.adaptive and LE repos so this should work soon again without needing to fiddle around with the widevine library.

    Fix widevine on aarch64 by HiassofT · Pull Request #1729 · xbmc/inputstream.adaptive
    Description The switch to hidden symbol visibility broke widevine on aarch64 as the functions in the aarch64 cdm_loader.cpp were no longer exported: error…
    github.com
    inputstream.adaptive: add patch to fix widevine on aarch64 by HiassofT · Pull Request #9506 · LibreELEC/LibreELEC.tv
    This fixes the undefined symbol: __aarch64_ldadd4_acq_rel isses as reported on our forums:…
    github.com

    so long,

    Hias