pause over a minute or so is not resumable using webdavs

  • hello!

    Using webdav or some plugins using normal https kodi will crash after a longer pause. I can reproduce this 100 % on both x86 and rpi4/3.

    Weird thing is that it works on windows and on ubuntu 18 all using kodi 18.5.

    As far as I remember this problem has been here since OpenELEC days.

    Anyone has has idea?

    logs and everything -> pause over a minute or so is not resumable using webdavs · Issue #17047 · xbmc/xbmc · GitHub

    thanks in advance

  • hm, since this can be reproduced 100 % on libreelec both rpi and x86 but not on ubuntu or windows how can I continue investigate this?

    any ideas at all?

    ive gone through the le patches to kodi but it seems impossible they could affect this, so what else can I loot at? curl compile options?

    im clueless

  • Can you try with curllowspeedtime option in /storage/.kodi/userdata/advancedsettings.xml file?

    Code
    <advancedsettings version="1.0">
    <network>
      <curllowspeedtime>0</curllowspeedtime>
      <!-- Time in seconds for libcurl to consider a connection lowspeed -->
    </network>
    </advancedsettings>

    I was testing with value 2 which also worked in my case.