Strange behavior - Transfer Speeds
#1
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?
Reply

Logout Mark Read Team Forum Stats Members Help
Strange behavior - Transfer Speeds0