Kodi Community Forum
Strange behavior - Transfer Speeds - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Strange behavior - Transfer Speeds (/showthread.php?tid=219276)



Strange behavior - Transfer Speeds - onnoj - 2015-02-22

Hi all,

I'm on a RPI2, OpenElec 5.0.3.

When playing a video from a source added (NFS or CIFS) through Kodi, I seem to be limited at about 10mbps.

I tried variants of the following setting, but no dice:
Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode> <!-- 1 = Buffer all filesystems, both internet and local -->
    <cachemembuffersize>100000000</cachemembuffersize> <!-- Also tried setting it to 0 -->
    <readbufferfactor>20</readbufferfactor> <!-- Tried from 1 to 100, still maxes out at 10 megabit) -->
  </network>
</advancedsettings>
I checked the log file and the advancedsettings.xml gets processed properly. (plus I can see the change in cache and buffering speed, just not beyond 10 megabit).
CPU is relatively idle and there's plenty of memory. Seems to be relatively little IO going on.

Now, when I mount my NFS folder manually, it max outs properly (at 50 megabit).

Anyone know what's up with that?