3

I have installed openelec on the Pi, and I'm using an external hardrive (western digital 1tb elements, ac powered). It automatically mounts on boot. It plays all my standard movies perfectly, but when it comes to my blueray and hd movies (over 1.5gb), it starts to buffer every few minutes - which makes it impossible to watch.

Is this due to XMBC buffer cache? sorry I'm not really familiar with media centres and how they work, I'm setting it up for my kids.

Any help would be appreciated.

user1472266
  • 135
  • 1
  • 8

1 Answers1

1

It could be a buffer issue or just an incompatible hard drive issue. XBMC buffers videos into RAM and plays from it (cache). This can be a problem in Raspberry Pi which has low RAM. This is explained here.

So play with different buffermode, cachemembuffersize, and readbufferfactor values in your advancedsettings.xml. I cannot give you the perfect combination that will work but either disabling cache/buffering or buffering in your SD card instead of your RAM (limited availability) might help. Note that if you cache in your SD card, it increases writes and may decrease its life.