Kodi Community Forum

Full Version: Audio delay on h264 videos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using v18 RC 4 and I have audio delay (around 200ms) on h264 videos. I know how to fix it within advancesettings.xml but problem is that not all h264 video clips have audio out of sync, so I need to sync one by one. Can you, please, look at the log where audio out of sync happened and report if something is wrong:
https://paste.kodi.tv/ecuwoqahen.kodi

Audio delay is happening on both Philips Android TV and H96Pro+ media player.

Thanks.
No clues within log file?
If for some reason this happens to all your videos, then you could add a default latency setting in the advancedsettings.xml file:

For example:
xml:
<advancedsettings>
<video>
<latency>
<refresh>
<min>23</min>
<max>24</max>
<delay>200</delay>
</refresh>
<refresh>
<rate>50</rate>
<delay>50</delay>
</refresh>
</latency>
</video>
</advancedsettings>