Hi, I’m using the latest OSMC on a RPi2 and I’m having some issues. With “Adjust display refresh rate to match video” enabled, audio is ~175ms out of sync in 24p content. To compensate I’m trying to set audio delat to 175ms only for 24p content so I created an advancedsettings.xml file and set it according to the Kodi wiki but it is ignoring every value I set in there.
Here’s my advancedsettings.xml file in /home/osmc/.kodi/userdata:
<advancedsettings>
<video>
<latency>
<delay>500</delay>
<refresh>
<min>23</min>
<max>24</max>
<delay>900</delay>
</refresh>
</latency>
<timeseekforward>5</timeseekforward> <!-- Skip back time 15 s -->
<timeseekbackward>-5</timeseekbackward> <!-- Skip forward time 15 s -->
</video>
</advancedsettings>
Kodi is reading the file correctly (checked kodi.log) and timeseekforward and timeseekbackward are having the desired effect. I have exaggerated values on delay just to check if it’s working. Doesn’t matter what number I put in there, it is having no effect. I can set the delay for each individual movie using the interface, but it’s not a good solution.
Any ideas or other solutions to fix audio out of sync for 24p content?
Thanks!