Beiträge von ralf000

    Hi all! Could you tell me whether the android grabber grabs events while watching videos in the kodi like it does the framegrabber in the librelec (xbmcVideoChecker) or led lights turns always on? Thanks.

    Hello everyone! I want to start using the Android grabber for the hyperion, and I need a device where I can install the hyperion server. Could you advise me something cheap, small and good enough to install a Hyperion server to? I'm planning to use it together with an android tv box (with installed android on it). Thank you.

    Ralf000 does your hyperion config work with live tv fullscreen? In my case it lights up while i chose channel and while i switch full screen it turns off like in xbmc menu.


    My config works fine.
    Try to change framegrabber section on amlgrabber in config

    Code
    "amlgrabber" :
       {
          "priority" : 800,
          "width" : 70,
          "height" : 40,
          "frequency_Hz" : 20.0
       },

    It helped me (s905, amlogic, libreElec, Kodi 16.1):
    1) Installed Hyperion addon in kodi
    2) Moved service.hyperion from
    /storage/.kodi/addons/
    in
    /storage
    and renamed hyperion
    3) Created hyperiond.sh in /storage/hyperion/bin
    with content
    #!/bin/sh
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/storage/.kodi/addons/service.hyperion/bin /storage/.kodi/addons/service.hyperion/bin/hyperiond "$@"
    4) Created autostart.sh in /storage/.config
    with content
    /storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config.json > /storage/logfiles/hyperion.log 2>&1 &
    5) Put hyperion.config.json in /storage/.config
    6) Restart