Hello gentlemen,
I have a problem that my audio is not in sync with video (around 100-200 ms off). I have learned that Libreelec configures a default audio delay of 175 ms for 24p video:
Code
2019-09-09 11:08:03.283 T:140218037762240 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="utf-8" ?>
<advancedsettings>
<cputempcommand>/usr/bin/cputemp</cputempcommand>
<gputempcommand>/usr/bin/gputemp</gputempcommand>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<video>
<latency>
<delay>0</delay>
<refresh>
<min>23</min>
<max>24</max>
<delay>175</delay>
</refresh>
</latency>
</video>
</advancedsettings>
Display More
I am wondering what the background of this is? Is it to compensate for video processing delay in the TV? When connecting the Kodi device directly to a TV then I would assume that the TV handles video processing delays internally anyway so that audio and video will be in sync anyway?
So for which scenarios is this default delay meant? When using an AVR between Kodi and TV? I was also surprised that the delay is only for 24p material.
Can someone give me hints about this please? Thanks!