Playback fails from NFS mounted WD MyCloud on Raspberry Pi

I am trying to get my WD MyCloud NAS working with my Raspberry Pi running OSMC.

Raspberry Pi is a revision B
Operating system is OSMC 2015.08-1 (kernel: Linux 4.1.5-1-osmc)
WD MyCloud has been updated to the latest firmware and any other device on my network can play the files on it. I created a file called test.mp4 that I use to test playback.

When I try to start playing a file, I get the following error in the log:

20:24:41 149.729004 T:2681205792   ERROR: ffmpeg[9FCFF420]: [mov,mp4,m4a,3gp,3g2,mj2] error reading header                                                    
20:24:41 149.729980 T:2681205792   ERROR: Open - Error, could not open file /home/osmc/mnt/WDMyCloud/Shared Videos/Movies/test.mp4
20:24:41 149.736740 T:2681205792   ERROR: OpenDemuxStream - Error creating demuxer  

I read online that this could be caused by network latency. I can copy files at around 7MB/s to and from the Pi, but I still created the following advancedsettings.xml to see if it changed anything (it didn’t):

<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>0</cachemembuffersize>
    <readbufferfactor>30</readbufferfactor>
  </network>
</advancedsettings>

I would appreciate any help, again the same file (test.mp4) will play just fine off the external drive. Besides mounting the external drive and NFS mount the OS is stock. Thank you for any help!

Here is my complete kodi log: 20:22:51 48.838982 T:3023385136 NOTICE: special://profile/ is mapped to: speci - Pastebin.com

EDIT: And my fstab file:

/dev/mmcblk0p1  /boot    vfat     defaults,noatime    0   0
/dev/mmcblk0p2  /    ext4      defaults,noatime    0   0
UUID="MY_UUID"   /home/osmc/mnt/ExternalDrive  hfsplus defaults,uid=1000,rw    0   0
X.X.X.X:/nfs/Public /home/osmc/mnt/WDMyCloud nfs nouser,atime,rw,dev,exec,suid,x-systemd.automount,noauto 0   0