Posts by milo

    Hi everyone,

    I'm trying to use the WebSocket JSON-RPC API on my LibreELEC setup to interact with Kodi. As I understand, the WebSocket service should run on TCP port 9090 by default, but I can't seem to connect to it from another device.

    Here's what I've checked so far:

    1. Kodi Settings:
      • I've enabled the following under Settings > Services > Control:
        • "Allow remote control via HTTP"
        • "Allow remote control from applications on this system"
        • "Allow remote control from applications on other systems"
    2. SSH and Netstat:
      • I SSH'd into LibreELEC and ran:

        Code
        netstat -tuln | grep 9090

        This does show port 9090 as open or listening.

        tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN

    3. Firewall:
      • I'm not sure if LibreELEC has any default firewall blocking this port. I also ran:

        Code
        iptables -L

        But there doesn’t seem to be any explicit rule blocking it.

    4. Restart Kodi:
      • I've tried restarting the Kodi service using:

        Code
        systemctl restart kodi

        But it didn't resolve the issue.

    Is there anything additional I need to configure to enable TCP port 9090? Do I need to edit advancedsettings.xml or any other configuration file?

    I’d appreciate any advice or pointers on how to get this working. Thank you in advance!

    heitbaum

    Hello i have an external HDMI grabber...how do I install than Hyperion?

    this is my config

    So what does it mean? Why it is disconnected? I have no Nvidia card in this pic only the standard Intel graphic.

    I would stay at legacy for now, we have reports about even more recent NUCs and they are basically broken for the "normal" generic build.

    You can "update" to the other image by just copy over the downloaded image to the update folder.

    Is there an issue open to follow when it's solved?

    Yes, it doesn't install on that one.

    Code
    LibreELEC (official): 11.0.0 (Generic.x86_64)
    2023-03-06 12:18:15.611 T:882     debug <general>: CurlFile::Open - <https://addons.libreelec.tv/11.0.0/Generic/x86_64/driver.dvb.sundtek-mediatv/driver.dvb.sundtek-mediatv-11.0.0.0.zip>
    
    
    LibreELEC (official): 11.0.0 (Generic-legacy.x86_64)
    2023-03-06 12:14:46.492 T:978     error <general>: Requested path https://addons.libreelec.tv/11.0.0/Generic/x86_64/driver.dvb.sundtek-mediatv/driver.dvb.sundtek-mediatv-11.0.0.0.zip not found in known repository directories

    Solved?