Beiträge von duri3

    THX for that hint! I have solved the issue! :)


    I seems I really forgot to start the Boblight Server in Hyperion.config.json


    Code
    /// The configuration of the boblight server which enables the boblight remote interface
      ///  * port  : Port at which the boblight server is started
      ///  * priority: Priority of the boblight server (Default=900) HINT: lower value result in HIGHER priority!
     "boblightServer" :
     {
    "port" : 19333,
     "priority" : 900
     },

    Hyperion has a boblight section? You what you are saying, to let a boblight client connect to the hyperion server over IP I need to add some boblight settings to the hyperion config file?
    Haven't checked logs yet. Will do once I'm back home

    MrMC has some Boblight / LightEffects support. I tried to connect to my RPI2 (OSMC) with a hyperion server running but MrMC (ATV4) will always freeze. The connection to the server works over the iphone app hyperion though.


    So maybe the API for hyperion is not the same as for boblight? Does anyone know the difference or why it doesn't not work.
    The developer from MrMC is unsure too.
    https://forum.mrmc.tv/viewtopi…b31ef0c2d539d8ba0dc3d9c32


    any help is appreciated