Select Page
This entry has been published on 2016-09-28 and may be out of date.

Last Updated on 2016-09-28.

[:en]Issue

Mediaportal PVR client for Kodi Live TV worked fine with LibreELEC 7.90.003, but in the following alpha versions it became worse; after some seconds the image was freezing, including Kodi.

Workaround

In Kodi -> Player settings -> enable “Sync player to display”.

 

Update:

On Rpi1 and Rpi3 it can help to enable OMX Player hardware acceleration instead. Unfortunately, it did not show any effect on my Rpi2.

If you deploy settings using advancedsettings.xml, you can use this configuration part:

<videoplayer>
        <useomxplayer default="true">true</useomxplayer>
	...

 [:]