Kodi Community Forum

Full Version: Choppy playback on some items
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Raspberry Pi 3 connected via USB to a hard drive that stores my media, and with HDMI out to a TV. Versions/specs:

$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs
$ uname -a
Linux rasxi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux
$ kodi --version
18.7 Git:20200612-e2aefdbee4 Media Center Kodi
$ vcgencmd get_mem gpu
gpu=512M


(With that last value having been set by me after reading https://forum.kodi.tv/showthread.php?tid=335961 reading https://www.raspberrypi.org/documentatio.../memory.md)

Despite the direct (not over network) connection between media and Pi, and the increased gpu mem, I’m still seeing disrupted, choppy, or laggy playback on some items:
At first I thought the format might be to blame - but the 3rd playback item is an mp4 file as well, and played fine.

I still see many errors in the first log about getBuffer() failed, thread_get_buffer() failed, and decode_slice_header error, even after setting gpu mem higher during earlier investigation. What else should I try?