[RPi4] Inputstream adaptive for LE12

  • Hi

    is inputstream adaptive available for rpi (4) / aarch64? One of the steaming add-ons requires it, and it did install the inputstreamhelper, which then can manage versions of inputsteam adaptive and others, but nothing pops up.

    I'm on LibreELEC (official): 12.2.1 (RPi4.aarch64). and looks like the plugin is not available. Is that correct?

    Or do i need to perform some other installs / actions?

    Thx

  • inputstream.adaptive installs inputstreamhelper (widevinehelper?) which handles downloading the chromeos image we have to extract libwidevine from the first time an add-on that requires it is used. I'm using IA on an RPi5; which uses exactly the same IA addon as RPi4 (same files/repo). I'm using it on an LE13 image, not LE12.2, but that shouldn't make any difference as the add-on versions are kept in sync.

    If something is failing there will be info in kodi.log.

  • Once InputStreamHelper is installed, is it supposed to download the image and extract modules on it's own? Or do I need to do something?

    Based on the logs it was initially complaining about missing directory:

    Shell session
    2026-02-21 13:47:47.501 T:980     error <general>: GetDirectory - Error getting /storage/.kodi/userdata/addon_data/script.module.inputstreamhelper
    2026-02-21 13:47:47.501 T:980     error <general>: GetDirectory - Error getting special://masterprofile/addon_data/script.module.inputstreamhelper
    2026-02-21 13:47:47.501 T:980     error <general>: CGUIDialogFileBrowser::GetDirectory(special://masterprofile/addon_data/script.module.inputstreamhelper) failed

    So I've manually created it.

    I've also tried installing it, but it wouldn't initiate any fetches, and reports:

    Looking into debug section, I can manually download the image:

    https://dl.google.com/dl/edgedl/chromeos/recovery/chromeos_16328.65.0_jacuzzi_recovery_stable-channel_JacuzziMPKeys-v1
    9.bin.zip

    On another hand installing Youtube which requires IA, fails:

    Shell session
    2026-02-21 14:32:43.685 T:4378    error <general>: CAddonInstallJob[plugin.video.youtube]: The dependency on inputstream.adaptive version 19.0.0 could not be satisfied.

    Also tried with add-on without hardcoded dependency on IA, namely "ORF"

  • Turns out it was a problem on my end.

    I'm using Cloudflare DNS for families, and apprently "addons.libreelec.tv" is filtered. Hence I wasn't getting access to LE addons.

    With that resolved installed went fine. Thank for support.