Skip to content

Instantly share code, notes, and snippets.

@yeah
Created July 14, 2013 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yeah/5994381 to your computer and use it in GitHub Desktop.
Save yeah/5994381 to your computer and use it in GitHub Desktop.
This solved all my buffering troubles with high data rate videos streamed to xbmc running on my old ATV1! (Place it in ~/.xbmc/userdata/ and restart xbmc...)
<advancedsettings>
<network>
<cachemembuffersize>0</cachemembuffersize>
<!-- When set to 0 the cache will be written to disk instead of RAM, as of v12 Frodo -->
</network>
</advancedsettings>
@yeah
Copy link
Author

yeah commented Jul 14, 2013

Make sure you're using an SSD or a fast USB stick. If you have a spinning disk for a hard drive this will get very noisy during playback...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment