Vero4k Networking

So to recap:

  1. Your network can continously transmit 98 Mbit/s
  2. You are using fstab based nfs mounts
  3. The movies that are stuttering having an average bitrate <70Mbit/s
  4. You already configured a 500M cache settings

So if that is not working than something most be wrong. I suggest

  1. Configure the buffer settings as below and afterwards post the file cat ~/.kodi/userdata/advancedsettings.xml | paste-log

Remember before changing the file you need to stop mediacenter
sudo systemctl stop mediacenter

<cache>
   <buffermode>1</buffermode>
   <memorysize>524288000</memorysize>
   <readfactor>6</readfactor>
</cache>

And start it afterwards sudo systemctl start mediacenter

  1. Check if there is any other issue from an NFS perspective. Time the copying of the file from the NAS to the Vero time cp /mnt/<NAS>/<FILE> ./ this would give you the average sustained throughput