Fast backward, not accurate!

Hello,

I wanted to change the AdvancedSettings.xml file in order to make a small backward of 5 seconds for movies and animated with subtitle.

The concern is that when returning back, it’s never exactly 5 seconds, it may be 3s, 5s, 10s, as it’s truly random.

So I do not understand why ? maybe my file that is not correct ?

Thanks !

Have you read the information here:

http://kodi.wiki/view/HOW-TO:Modify_time_seeking

There are two ways that jumps are defined - in seconds and in percentages.

Kodi decides whether to use a jump in seconds or percentage depending on the length of the video. In general this means that for a long video the jumps will be in fixed numbers of seconds/minutes, but for shorter videos the jump size will be reduced and be a percentage of the total video length, and get progressively shorter for shorter videos - this is particularly apparent when you play something like a 2 minute movie trailer where a small step forward (normally 30 seconds) will only jump about 2 seconds.

I’m far from a video expert but the actual seek time changes due to iframes (I think they’re called) when seeking the player jumps to the nearest full frame at the desired point which may be several seconds from target

I made the necessary adjustments, but there are random jumps, I not explain. I do not use the %.

I do not understand then ?

Here my .xml

<advancedsettings>
    <video>
        <smallstepbackseconds>5</smallstepbackseconds>
        <usetimeseeking>true</usetimeseeking>
        <timeseekforward>10</timeseekforward>
        <timeseekbackward>-5</timeseekbackward>
        <busydialogdelayms>750</busydialogdelayms>
    </video>
    <network>
        <readbufferfactor>4.0</readbufferfactor>
    </network>
    <gui>
       <algorithmdirtyregions>3</algorithmdirtyregions>      
       <nofliptimeout>0</nofliptimeout>
    </gui>
    <imageres>540</imageres>
    <fanartres>720</fanartres>
</advancedsettings>

It’s a software problem or hardware ?

No solution then ?