I am playing pictures and short HD videos (~40MB) from the SD card (not network), 24 hours a day with OpenELEC installed on Raspberry Pi. Everything was fine until the second day. Now when trying to play video it keeps alerting this: "Cache filled before reaching required amount."
I've already had set Cache settings, reading here, and I thought it would be fine. What can I do now?
This is my advancedsettings.xml in Raspberry Pi B+,
<advancedsettings>
<network>
<buffermode>1</buffermode> <!--Buffer all filesystems, both internet and local-->
<cachemembuffersize>25971520</cachemembuffersize> <!-- 25MB -->
<readbufferfactor>2.0</readbufferfactor>
</network>
</advancedsettings>