Kodi Community Forum

Full Version: FIRE TV increasing cache and eliminate buffering
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok I am trying to add and XML file to Android/data/org.xbmc.xbmc/files/.xbmc/userdata/


I want this added to it:

<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>104857600</cachemembuffersize>
<readbufferfactor>4.0</readbufferfactor>
</network>
</advancedsettings>


Ive used this link http://wiki.xbmc.org/index.php?title=HOW...ideo_cache.
I am running the SBMC version and I am using a Macbook pro.

I just need a step by step, on how to get this file from my computer onto my Fire TV.
I am really frustrated that my video files keep buffering and stopping every few minutes. my network is at 28mps

Thanks in advance!!
Has anyone ever attempted this on the fire tv?
It won't work with SPMC. You have to use a v13-based build, as the page says.
(2014-04-24, 01:26)Ned Scott Wrote: [ -> ]It won't work with SPMC. You have to use a v13-based build, as the page says.

Ok..... So how do I do it with the Gotham build?
(2014-04-29, 18:39)DJ B-Roll Wrote: [ -> ]
(2014-04-24, 01:26)Ned Scott Wrote: [ -> ]It won't work with SPMC. You have to use a v13-based build, as the page says.

Ok..... So how do I do it with the Gotham build?

Code:
adb push advancedsettings.xml /sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/advancedsettings.xml