Posts by beeffinder
-
-
Rumbled.
I assume it was just the one Repo that was banned?
Attached log again.
-
Fair enough.
New log attached.
-
Hi all,
Trying this again.
The specific refresh-assigned delayd don't seem to "take". Particularly noticeable on the 25fps files as required delay is huuuuuuuuge.
I have part-fudged it for now (for some files) buy adding the shortest required delay (150ms) to the global setting and then calculated what is required in addition to this in the refresh-specific settings. But these numbers aren't being added on.
I'm using the h.264 files from here - Sync-One2 test files - to test sync.
Any ideas?
-
Thanks Jaaxx. I've been using Textedit on OSX so i'll try it via nano and report back.
-
Hi Jaaxx,
8.02. It was the same on 8.01. Log attached.
-
Hello peeps,
For some reason the audio delay settings in my advanced settings.xml are not taking on playback. No delay is applied.
The same thing happens on all four installations of Libreelec i am running (on Asus Chromeboxes). Each require different delay as some are via Amps and some are on very laggy TVs.
Is something overriding the delay?
Help please!
file looks like this:
Code
Display More<advancedsettings> <network> <buffermode>1</buffermode> <cachemembuffersize>157286400</cachemembuffersize> <readbufferfactor>20</readbufferfactor> </network> <video> <latency> <!-- Compensate display latency (video lag). Latency is given in msecs. --> <delay>0</delay> <!-- Global default display latency --> <!-- Override latency for given display (not video) refresh rates. When Kodi is in windowed mode, override is ignored. Multiple overrides are allowed. Syntax of an override entry: <refresh> <min>, <max> refresh rate range, OR <rate> exact refresh rate <delay> display latency for the given refresh rate </refresh> --> <!-- Example: display has 125 msec latency at 23-24 Hz --> <refresh> <min>23</min> <max>24</max> <delay>-50</delay> </refresh> <!-- Example: display has 50 msec latency at 25 (+/-0.01) Hz --> <refresh> <min>25</min> <max>26</max> <delay>-50</delay> </refresh> <!-- Example: display has 50 msec latency at 25 (+/-0.01) Hz --> <refresh> <min>29</min> <max>30</max> <delay>75</delay> </refresh> <!-- Example: display has 50 msec latency at 50 (+/-0.01) Hz --> <refresh> <min>50</min> <max>50</max> <delay>-50</delay> </refresh> </latency> </video> </advancedsettings>