FIRE TV increasing cache and eliminate buffering
#1
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!!
Reply
#2
Has anyone ever attempted this on the fire tv?
Reply
#3
It won't work with SPMC. You have to use a v13-based build, as the page says.
Reply
#4
(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?
Reply
#5
(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
Reply

Logout Mark Read Team Forum Stats Members Help
FIRE TV increasing cache and eliminate buffering1