Hey all.
I recently wiped my 3-4 year old Intel i3 based NUC which had been running OE Gotham and freshly installed it with the latest Libreelec.
Back when I installed Gotham I had to work through an awful lot of AV issues with 23.976 playback through my Denon AVR and onto my 23.976 capable Panasonic plasma TV.
It looks like some of that still does not work quite right even with the latest and greatest. The most frustrating problem so far is that all of my BD rips that play back at a native 23.976 frame-rate seem to have audio sync noticeably off when I have playback set to sync playback to the native frame-rate of the media. Display switches over to 23.976 and I immediately notice that audio is noticeably off over 100 ms. It’s annoying.
When I ran into this in the past I was able to override the “built in delay” in XBMC for 23.976 videos (not sure why it’s even in there, plenty of displays have native 23.976 support) by using the following instructions in advancedsettings.xml
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<video>
<latency>
<delay>0</delay>
<refresh>
<min>23</min>
<max>24</max>
<delay>0</delay>
</refresh>
</latency>
</video>
</advancedsettings>
However after setting this and rebooting the audio is still off… to the point of distraction.
Am I missing something with fixing this? I’ve searched and there is some rather confusing advice on this topic in the last couple of years… since I’ve been out of the loop for quite a while what is the latest?
Thanks!