Posts by chewitt

    See if the currently RPi4 nightly images improve things for you. There will be no further development on MMAL support in Kodi (we removed it) or the LE 9.2 codebase (no further releases). At least if you see issues with the nightly images it's something that can be worked on.

    Recent focus has been on getting RPi4 working as in many areas this is more complex and provides a superset of the functionality needed for older Pi models. Now that many of the big-ticket issues are resolved or have progressed (and the dynamics of the all-new code are starting to be much better understood) the attention can shift back towards RPi2/3 devices where changes are needed. There is desire/intent to make HEVC work on the new stack too, but it's entirely new code and it works very differently to the older stack, and people forget that it took several years of progressive tinkering to get it as good as it currently is on the older stack. NB: There's nothing to stop you (and many other RPi3 users) continuing to use LE 9.2.

    I'm not sure what the issue is, but modern Kodi isn't going to run well on something that old, and while LE is lightweight we focus on the latest chips not older stuff so even if you get past the boot problem I wouldn't guarantee video output let alone hardware acceleration. If you're able to boot a desktop distro like Ubuntu that might be a better option. If you really want to run LE, any generation of Raspberry Pi board will trump the current archaeological exercise by a wide mile.

    Default settings .. 1 min, and send low volume noise enabled. Neither of those settings will have anything to do with resume delays though.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    ^ looks like rtl8761a_fw.bin exists but rtl8761a_config.bin is missing .. although I don't see it in the upstream linux-firmware repo:

    rtl_bt - kernel/git/firmware/linux-firmware.git - Repository of firmware blobs for use with the Linux kernel

    I'm not sure what the story is .. but should give you something to go looking for. If you can find the firmware file, put it in /storage/.config/firmware/rtl_bt/ and reboot and it will be overlayed onto /usr/lib/firmware/rtl_bt where it needs to be.

    Cache settings can smooth out the ebbs/flows of a wireless connection where you get sudden drops in bandwidth, because buffering more data helps paper over the gap when it happens (and then normal throughput resumes). However it can *never* solve the more fundamental problem of there not being enough bandwidth for a sustained large file transfer. In fact, since you force it to queue more data before play start, if you saturate the link and the supply of data cannot keep up, you will also wait longer for it to resume because we need to buffer into a larger cache. Users always add cache and this negatively impacts the problem, ergo reducing the cache size might improve it, albeit there's a razor thin margin involved. All connections fluctuate a little, so a little cache always helps, and by default Kodi uses a little cache.

    TL/DR; If the network can't keep up the solution is always to fix the network not fiddle with cache settings.