Posts by DasChaos

    tarrok


    Thanks for your reply, sadly i didn't have time to test it again until now.


    The steamlink.log shows:

    Code
    Platform 'rpi' running 'libreelec' detected...
    Adding udev overlay
    Using Kodi hooks for libreelec...
    Starting SteamLink
    QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/storage/.kodi/userdata/addon_data/plugin.program.steamlink/steamlink/.tmp/runtime-root'
    Warning: Couldn't set IPV6_ADD_MEMBERSHIP on discovery network socket


    after that it crashes with the same kernel panic like in post #3


    Okay it seems like I've found the issue, I need to unplug my controller. I can replug it as soon as steamlink is started. Then the kernel won't throw an error.

    Hello,

    I have a Raspberry Pi 4 with the latest staböe version of LibreELEC and a Steam Controller. This Controller is connected with the USB receiver to the raspberry pi.

    When turning on the controller it makes its sound and also lights up. Then I can navigate for a few seconds with it. After that, it isn't possible to navigate anymore. I have to turn the controller off and on again multiple times until I'm able to navigate over a longer time. The Steam Controller works normally on my Linux PC and on RasperryOS with Kodi installed.

    Does anyone have a clue or a hint about what the issue can be?

    Thanks

    This line [script.module.inputstreamhelper] File libwidevinecdm.so not found in the ChromeOS image says all about it.

    Try installing Widevine from alternative sources like the SlyGuy Common addon.

    Thanks for you answer, but it didn't help because some apps require inputstreamer and SlyGuy can't be used.

    This is a known issue in inpuptstreamhelper, see here https://github.com/emilsvennesson…lper/issues/511 - comments in the issue also contain a workaround

    so long,

    Hias

    This worked, for everyone:
    I opened the file /storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper/widevine/arm_chromeos.py and replaced line 96 with

    Code
                    if dir_dict['inode'] < self.sb_dict['s_inodes_count']:

    then everything worked as expected.

    Thank you all for your help :)

    Hey,

    I installed LibreELEC on my Raspberry Pi 4 today. When trying to install widevine with InputStream Adaptive it is aborting with an error after downloading.

    The log is showing this:

    Code
    2022-04-09 17:56:03.309 T:1513  WARNING <general>: [script.module.inputstreamhelper] Downloading ChromeOS image for Widevine: BOB (14526.57.0)
    2022-04-09 17:56:03.475 T:1259     INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
    2022-04-09 17:58:46.190 T:1513    FATAL <general>: [script.module.inputstreamhelper] File libwidevinecdm.so not found in the ChromeOS image
    2022-04-09 17:58:46.191 T:1513    FATAL <general>: [script.module.inputstreamhelper] Extracting widevine from the zip failed!
    2022-04-09 17:58:46.229 T:1513  WARNING <general>: [script.module.inputstreamhelper] Recursively create directory '/storage/.kodi/cdm/'.
    2022-04-09 17:58:46.232 T:1513    ERROR <general>: [script.module.inputstreamhelper] Widevine CDM is not installed.
    2022-04-09 17:58:46.938 T:1513     INFO <general>: CPythonInvoker(17, /storage/.kodi/addons/script.module.inputstreamhelper/default.py): script successfully run
    2022-04-09 17:58:47.478 T:1513     INFO <general>: Python interpreter stopped

    Does anyone have a suggestion on how to fix it?

    Thanks :)