I’m getting occasional video stuttering while trying to playback 4k remux files (68Mb/s video stream) on my ODROID N2+ with 4GB memory. Everything is hardwired via cat6 cables, content served via NFS from a Synology NAS. After a few seconds of stuttering, “Source Too Slow” will popup over the video.
Debug log here: https://paste.ee/p/H3yif
I’ve tried specifying NFS version 4.1 in my sources.xml file (nfs://192.168.1.99/volume1/Media/Movies?version=4.1), and cache settings in my advancedsettings.xml file per below. Also experimented with memorysize 924288000 and readfactor 30 with no change in behavior.
<buffermode>1</buffermode>
<memorysize> 524288000</memorysize>
<readfactor>20</readfactor>
Any advice would be really helpful. It seems to stutter at the same places in the movie so I’m wondering if the bitrate is too high in those scenes. Thanks!