Kodi Community Forum

Full Version: Buffering issue stil happening after attempt to fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I have Kodi 15.2 running on my Android Box. I have 50Mb/s speed using ethernet cable. Youtube works fine most of the time although sometimes i get buffering issues.

I do have an advancedsettings.xml file which contains the network buffering optimisation. The values I used were the values advised according to the Kodi Wiki page:
How-TO:Modify Video Cache
Code:
<advancedsettings>
<network>
    <buffermode>1</buffermode>
    <cachemembuffersize>157286400</cachemembuffersize>
    <readbufferfactor>20</readbufferfactor>
  </network>
  <video>
    <smallstepbackseconds>5</smallstepbackseconds>
    <timeseekforward>15</timeseekforward>
    <timeseekbackward>-15</timeseekbackward>
    <timeseekforwardbig>60</timeseekforwardbig>
    <timeseekbackwardbig>-60</timeseekbackwardbig>
    <percentseekforward>3</percentseekforward>
    <percentseekbackward>-3</percentseekbackward>
    <percentseekforwardbig>20</percentseekforwardbig>
    <percentseekbackwardbig>-20</percentseekbackwardbig>
    <subsdelayrange>240</subsdelayrange>
    <playcountminimumpercent>101</playcountminimumpercent>
    <ignorepercentatend>101</ignorepercentatend>
  </video>
</advancedsettings>

Can anyone advise how to go about resolving this issue please?