Posts by chewitt

    Can i ask which is the more advanced build

    Milhouse images are based on Kodi Matrix (v19-pre-pre-pre-alpha) and the LE 9.2 codebase is based on Kodi Leia (v18.4). Milhouse normally curates his images to be fairly stable despite the bleeding edge code, but right now the Python 3 bump in the Matrix codebase makes that a serious challenge and you should expect some breakage.

    Mainline Linux kernels have zero support for Amlogic's proprietary 'Android' partitioning scheme (and there's no plan to change that). If you use a decent SD card or USB the speed difference against internal eMMC storage is negligible. If you use some cheap old device, for sure it will be less snappy.

    Lima/Panfrost are about OpenGLES, not hardware decoding.

    Armbian has the same hardware decode capabilities as LE since 99.99% of the kernel is the same (mostly based on one of my branches). Amlogic GX is in reaonsable shape and G12 is missing some bits but improving. That said, in the imminent future there will some deliberate breakage as the vdec drivers and firmware need to be revised for V4L2 compliance (stateful API things have been formally documented for the first time) and the changes will necessitate some replumbing in ffmpeg and tweaking on the Kodi side - which will take some time. Progress is coming in fits and starts at the moment as the whole GBM/V4L2 ecosystem is still rather fluid, but the overall mainline codebase for Allwinner/Amlogic/Rockchip continues to improve nicely. One challenge you might encounter with Qt is that V4L2 support was originally authored (by an LE/Plex contributor) about 18-months ago now, and that probably means it's no longer "compliant" with current kernel and player (mpv, ffmpeg, gstreamer) code. It's not something I track so I'm not sure whether anyone is maintaining it.. I know the original LE contributor is not, due to other life priorities.

    Sorry, just to clarify, when Linux 5.2 is the base for Libreelec, that's likely when the os will fully support 4k and HDR with the Pi4?

    I'm curious so that I know for future reference. (I may consider a Pi4 then)

    LE master branch is already on 5.3 and will bump to 5.4 soon .. but not for RPi4 which needs to remain on 4.19 until more V4L2 plumbing has been completed. Kodi is slowly inching towards HDR support. It's already possible to hack something up that works for some SoCs (not RPi4 yet) but we'd rather do it properly at a more measured pace. I'm not expecting to see "proper" HDR support for some time yet.

    RPi3 and 3B+ have on-board WiFi and it's not brilliant at reception. There are no specific known bugs or things in the OS to exculde support for WPA2, but you might have a bad connection. Use Ethernet or a WiFI > Ethernet brigde if possible. Use some kind of USB external WiFi device if you're forced to go wireless. Or experiment with positioning.

    Code
    (
    sleep 10
    systemctl stop kodi
    pactl load-module module-udev-detect
    pactl set-default-sink alsa_output.0.iec958-stereo
    pactl set-default-source bluez_source.74_9E_AF_73_EC_4F.a2dp_source
    systemctl start kodi
    )&

    autostart.sh runs at the start of userspace boot long before Kodi is running so the script will fail. If you (background)& the process with a sleep timer it will run later (10 seconds later in the above example) and should succeed.

    N2 has been supported in official nightly images for some time now, but G12 devices still have some quirks in overall codec coverage (e.g. the HEVC firmware is missing). In the next couple of weeks work will restart on video things now the kernel V4L2 stateful API has been documented. Changes for API compliance are being made to the hardware video decoder (and firmwares are being revised) and these changes will need to be accomodated in ffmpeg and Kodi.