Kodi Community Forum
Downloaded video cache buffer is deleted after pressing Rewind - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264)
+--- Thread: Downloaded video cache buffer is deleted after pressing Rewind (/showthread.php?tid=351006)



Downloaded video cache buffer is deleted after pressing Rewind - Newbie_from_NJ - 2020-01-15

Hi,

First and foremost, I have no buffer issues when it comes to playing anything on my Odroid N2 with CoreELEC. The buffer is crazy fast and I’m very content with it’s performance. Having said that, I do have one tiny little caveat that I’d like to know if we all have or is it just me. When I stream a video file from a remote server and hit rewind once on my remote (left arrow key) I notice Kodi deletes the downloaded cache buffer and starts downloading it again.

Weird part is, buffer only gets deleted the first time I press Rewind (left arrow key). If I let the buffer build again and rewind later for a second or third time, the buffer remains there.

Can someone confirm if this is normal?
And why does it not delete the buffer on the subsequent rewinds? (not that I’m complaining… this is actually a good thing :-)   )

This is my advancedsettings.xml file:

Code:
<advancedsettings>
    <cache>
        <buffermode>1</buffermode>
        <memorysize>349175808</memorysize>
        <readfactor>25</readfactor>
    </cache>
    <network>
        <curlclienttimeout>15</curlclienttimeout>
        <curllowspeedtime>15</curllowspeedtime>
    </network>
</advancedsettings>