Kodi Community Forum

Full Version: network buffer not used?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

recently i experienced problems on my ouya with a 35GB blueray via network (tried nfs+smb). i tried to enable buffering, but as far as i can see, only the default 20 mb buffer is used. i discovered that the default buffer is used by the debug output on the screen. if i'm going to stop the movie, the available memory is reduced by 20 mb after 2-3 seconds (instead of 100mb requested). i tried to use the following configuration, but it seems that the buffer size is not changed (according to http://kodi.wiki/view/HOW-TO:Modify_the_video_cache). the debug log is available on http://pastebin.com/EguGMbY0

Quote:<?xml version="1.0"?>
<advancedsettings>
<network>
<alwaysforcebuffer>1</alwaysforcebuffer>
<buffermode>0</buffermode>
<cachemembuffersize>104857600</cachemembuffersize>
<readbufferfactor>4</readbufferfactor>
</network>
</advancedsettings>

any ideas?
Remove alwaysforcebuffer and set buffermode to 1
thx it worked!