Posts by Da Flex

    With LE I'm happy if I can just watch a 45 minute episode without a crash and with Windows 10 it's a crash every 10 episodes or so.

    If you did a complete RAM test, then it's probably not a caching issue. On LE you could play around with different audio output settings. Have you already tried to disable audio pass-through, as I mentioned above?

    PS:

    Quote

    Although, I have to say that I don't use the latest BIOS anymore, because I read the combi BIOS causes some GPU issues. I will likely try it again though.

    That might be critical. The most recent GPU driver usually depends on the most recent BIOS.

    If disabling CEC wake-up already does it for you, then you can mark this thread as "solved".

    The Pimoroni SHIM should be compatible to the C2, if you also want to keep that device off.

    chewitt :

    Something like an idle power-off timer would be a nice feature for LE. So after a power cut the device would power-off automatically again. Currently we have an idle-independent power-off timer, but that's not suitable for a power cut situation. I know I could do it with an autostart script, but having it as a GUI function would be easier.

    Login by SSH, and open the settings file by nano /storage/.kodi/userdata/guisettings.xml.

    My "audiooutput" part looks like this:

    Then go to the bottom of the file content and check that audio is not muted and has a noticeable volume:

    Code
    <audio>
        <mute>false</mute>
        <fvolumelevel>0.900000</fvolumelevel>
    </audio>

    Maybe new drivers increase efficiency, but don't solve the real problem. Your kodi.old.log has a couple of errors, which maybe affects playback indirectly.

    You have a lot of add-ons, so I would try a fresh LE installation. Don't install add-ons, and disable audio pass-through at System -> Audio settings. If this vanilla installation runs without playback errors, add add-ons step-by-step to identify trouble makers.

    This part of the log looks weird to me:

    Especially m_displayNameExtra: Bluetooth Audio (PULSEAUDIO) doesn't sounds right.

    Disable Bluetooth at your UEFI settings, and try to boot LE again.

    Would it be "a good idea" to change my home system away from Amlogic in regards to more easy support from you in the future?

    My plan for 2020 was to change it to a system that can handle 4K playback since I just got a 4K TV. :)

    An Intel NUC or an RPi 4B has much better Linux support, compared to Amlogic. They can both handle 4K.

    Both have good support, but the RPi 4B has more sites of work until software will be optimized.