Chromium?

  • That might indeed be the case. I have enabled the gpu override setting in flags and now it is says hardware decoding is enabled. But when playing a video it still does software decode. Quality is enough for the occaisional stream I watch though.

    Thanks!

  • CvH

    I think with the latest version somethings related to NaCL plugin, eg. VNC viewer, SSL chrome app, is broken. I can't use all those apps anymore. But they were working fine before chrome browser itself and/or chrome addon updated.

    No debug log, sorry. I'm not with Libreelec machine right now.

  • hello,

    is or would it be somehow possible to open the browser with a specific site (not the default site)?

    i'm trying to open the chrome browser on my libreelec system via commandline.

    I've managed to get it starting using the kodi-send command.

    however it opens with the default homepage that is stored in the addon's settings.

    Is it somehow possible to pass an url so sites can be opened via remote?

    List of built-in functions - Official Kodi Wiki

    Bash
    #!/bin/bash
    HOST="--host=192.168.0.100"
    PORT="--port=9777"
    
    kodi-send $HOST $PORT --action="RunAddon(browser.chrome)"
    sleep 1

    it would be nice if there would be a parameter or a way to pass an url for the chrome.browser's start via commandline , or a command to open it in a new tab if the browser is open already.

    can someone help? maybe the functionality is already there and i'm doing something wrong.

    thx guys!

  • hi everyone,

    chrome addons work great so fast now

    always a sound problem,

    I have 2 graphics cards, Nvidia and AMD, I do not have any sound, someone will help me please configure it

    I've checked various options from this forum but nothing worked

    =============================================================

    =============================================================

    **** List of PLAYBACK Hardware Devices ****

    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]

    Subdevices: 0/1

    Subdevice #0: subdevice #0

    card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    =============================================================

    =============================================================


    **** List of PLAYBACK Hardware Devices ****

    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    =============================================================

    =============================================================

    ok, I read it more carefully and understood

    for nvidia it's "plughw:1,7"

    for AMD it's "plughw:1,3"

    =============================================================

    =============================================================

    used on version 9.1

    Edited 2 times, last by Jerry (June 26, 2019 at 8:08 AM).

  • hello,

    is or would it be somehow possible to open the browser with a specific site (not the default site)?

    you need chrome launcher or script.py

    if you install the chrome launcher then the shortcut to the page will look like this:

    Code
    ActivateWindow(10001,"plugin://plugin.program.chrome.launcher/?kiosk=no&mode=showSite&stopPlayback=yes&url=https://forum.libreelec.tv/thread/109-chromium/?postID=105190#post105190",return)

    kiosk mode NO

    script.py some like this you no need chrome launcher


    Code
    import xbmc
    
    xbmc.executebuiltin("ActivateWindow(10001,return)")
    xbmc.executebuiltin('Container.Update("plugin://browser.chrome/mode=url=https://forum.libreelec.tv/thread/109-chromium/?postID=105190#post105190",return)')


    now Run

    short:

    Code
    RunScript(special://localization your script/scriptname.py)

    like this

    Code
    RunScript(special://home/scripts/libeelec.py, return) or no need ,return