Forum

Full Version: VQ, AQ Buffer problems in large MKV files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I'm newbie but i spend many hours with lot of OS in my RPi. I used raspbmc but it slower than xbian.

I make SD card (Kingston SDHC 10 class) with newest Alpha 5, and I have problems with large MKV files from my NAS. NAS is connecetd to RPi using NFS system. MKV files which have better than 30MB/s stopping from time to time. Always when VQ or AQ buffer are going down. I try to using Turbo mode but it didn't change it (XBMC work quite smoother). My LAN works in gigabit devices. Is there any possibility to change buffer size or another way to resolve that problem?

My RPi have 1.2A PS and I using HDMI (audio passthourgh)
Try this:
Code:
sudo su
sed -i 's/8192/16384/g' /etc/sysctl.conf
You don't see any output, but just reboot and try playing the movie again.
Well it doesn't help.

Before highest flow ~30Mb/s, AQ buffer start going down from 99% to 16%, and the same is with VQ buffer. Then going down to 2-3 an try tu fill up, fps going to 5-6 and CPU have 100%. Sometimes the same situations is when flow will have 15-20Mb/s

Last lines in sysctl.conf:
# rpi tweaks
vm.swappiness=1
vm.min_free_kbytes = 16384
Reference URL's