Posts by Da Flex

    Would the changes the original poster mentioned have any noticable effects, and where would these be most obvious?

    Iridium already said it: Heat is your number one point to take care of. Overclock gently step-by-step with a good cooling strategy.

    Devs don't like it, because overclock systems are not comparable to normal ones, and people often forget to mention it on bug reports.

    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.