Kodi Community Forum

Full Version: Help with Advancedseting.xml file and stuttering
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Support Group,

I hope that someone with a lot more expertise can help.
I just recently upgraded from Kodi 16.1 to Kodi 17 on my android TV box.

While I was using kodi 16.1, I managed to resolve most of the buffering problems in the
advancedsetting.xml file .

eg:
<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
    <buffermode>2</buffermode>
<cachemembuffersize>348877xxx</cachemembuffersize> (can't remember exact value)
<readbufferfactor>40</readbufferfactor>
  </network>
</advancedsettings>

These settings seemed to have helped resolve the playback stuttering and buffering.

Reading through the Kodi forums, I found that on Kodi 17 the cachemembuffersize was renamed to memorysize and readbufferfactor was renamed to readfactor
and they were placed in a section called Cache.

So I recreated the advanced settings fila as follows. See below.

<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
  </network>
  <cache>
    <buffermode>2</buffermode>
<memorysize>348877xxx</memorysize>
<readfactor>40</readfactor>
  </cache>
</advancedsettings>

Is this correct, with leaving curlclienttimeout and curllowspeedtime in network and the rest in Cache?

Anyway after doing this there still is a slight stuttering now and them, but the strange thing is that when
I film has started and I look at the load bar at the bottom, it looks like it is there is only minimal buffering in advance
being done, while on Kodi 16.1 it was more.
I'm not sure if it has loaded properly the advance settings file. How can I check?

Also with the "o" command I could always see the amount of MB being buffered on Kodi 16.1 but it doesn't show me this on Kodi 17.
Does anyone now why?

Anyway ready further I added a few extras to the advanced settings file, hoping it would help with buffering problems on Live streaming.
This is what I have at the moment.

<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
  </network>
  <cache>
    <buffermode>2</buffermode>
<memorysize>348877xxx</memorysize>
<readfactor>40</readfactor>
  </cache>
  <pvr>
<minvideocachelevel>5</minvideocachelevel>
<minaudiocachelevel>10</minaudiocachelevel>
  </pvr>
  <gui>
    <algorithmdirtyregions>3</algorithmdirtyregions>
    <nofliptimeout>0</nofliptimeout>
  </gui>
</advancedsettings>

Can someone help explain me with what I need to put in t hep with the stuttering and Buffering problems,
and how would see if the kodi is using this file.

Thanks for you support

Tony
No help but just for info: I 've similar problems, posted here..

http://forum.kodi.tv/showthread.php?tid=306584

and kodi team tried to help me honestly and intensively. I argued too less buffering, but they told me its dependent on cpu strength.So I use the extetnal player option.