Posts by chewitt

    Changing Kodi version is simple. Changing all the stuff Kodi is dependent upon to support the version you changed to is less simple. If you are trying to roll back to an older Kodi version it will be easier to roll the entire distro back to the point where that Kodi version is used.

    shippy Normal 1080p media works fine in 4.19+ kernel images. 4k support has caveats as the HDMI driver only supports 8-bit output at the moment so 10-bit formats like HEVC don't work right and in some situations can crash the box. Until Amlogic/ARM framebuffer compression support is added 4k also requires a CMA memory pool that's too large for 1GB RAM devices. Further work on 10-bit and AFBC is planned in January. Intel has also submitted changes for HDR support to the upstream kernel recently, and while it will take a few more iterations before patches are accepted and merged, once 10-bit support has been added we can start looking at how to hook into the proposed frameworks. If you stick to 1080p media and don't need deinterlacing (as this is still done in software) it's quite usable and I haven't used 3.14 kernel images since August this year. I don't know what S905W box you have but a 1GB/8GB TX3 mini I have runs fine. S905W should be nothing special for 4.19+ kernel as long as the correct device tree for the box is used.

    ^ it appears to be attempting NTP requests to IPv6 servers (2001:12ff::8 is poot.ntp.org) and since we don't support IPv6 that will fail. If the time is not set correctly SSL certs are invalidated (they are valid for a start/end time range in the future) and everything which uses SSL (basically everything these days) lots of internet based functions break. If no time is set the system clock defaults to something weird like the release date of the GCC compiler that was used in our build system, which is something like June 2018.

    NTP is handled by connman which is configured to fall-back/default to using 0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org as it's NTP servers if nothing is explicitly set via DHCP or user config, but these are being resolved to IPv6 addresses (presumably by the DNS functions in your router) so you can try overriding these with IPv4 address in the LE settings add-on, e.g.

    ^ pick some IP's from those servers. You might also find that the router provides NTP if you configure it's IP address as the first NTP server.

    LE has zero support for Python3 until after Kodi forks the K18 release branch and Kodi master branch becomes K19 which will switch to Python3. Until then it would be easier to have a Raspberry Pi "nearby" in the network where installing the requirements will be simple. As long as it can see the Kodi device on the network it can be controlled via the Kodi JSON-RPC API.

    I anybody able to confirm open-cl is working ob this devices? (specs says yes.)

    Kodi has no requirement for OpenCL so people in this forum have zero experience with support for it in the Amlogic BSP kernel. You will need to get the buildroot kernel sources from Amlogic's servers and look at the code yourself. I can authoritatively state there is no OpenCL support in the current mainline kernel - because it doesn't have properly functional OpenGL/GLES yet (via panfrost) and OpenCL is something that won't be considered until some point in the distant future.

    1. Sounds terrible, and personally knowing the default skinners on Team Kodi I guarantee they will never consider ruining the default skin with this.

    3. Submissions of code are welcome.

    5. No idea, I don't use DNLA and have no personal plans to experiment with it.

    6. Services which use HBBTV or similar derivatives can be done through Kodi addons which manage interaction between whatever client is required and the streaming interface (Kodi supports DASH etc. and the underlying player engine (ffmpeg). Kodi is unlikely to ever be HBBTV certified in any meaningful way because that requires HBBTV membership at €8k/year.

    As all your suggestions are Kodi related (not LibreELEC related) the better place to ask them is the Kodi forums.