Well I am not sure about it but at least I was able to reproduce the difference in performance between fstab based transfer and smbclient.
As I wrote I was able to reproduce it on my system. @sam_nazarko is currently occupied with the final bugs on the stretch release. I hope that after that he find some time so that we can review this.
You could try FTP but that would not be via FSTAB but directly from Kodi. Alternatively best would be to use NFS if your Server/NAS support that.
What NAS/Server are you using?
Add the following line: deb http://apt.osmc.tv stretch-devel main
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you edit /etc/apt/sources.list again and remove the line that you added after updating. This will return you to the normal update channel.
Yes only via Wi-Fi. When I test via LAN it is fine.
When doing iperf3 test on Wi-Fi over the internet I can download with 130+ Mbit/s from a server in another country. When streaming video locally it maxes at about 30 Mbit/s.
So it has to do with the way the Vero 4k streams via SMB.
Do a 5 minute iperf3 against your Samba server (not an external server but exactly the server you are using as samba server) and post the last lines
Do a dd if=/mnt/<YOUR SERVER MOUNT DIRECTORY>/<YOUR TEST.FILE> of=/dev/null bs=1M count=3072 and post the output
Now connect using smbclient (might need to install with sudo apt-get install smbclient by connecting with smbclient //<IP OF SEVER>/<share> --user=<YOUR USER> and then execute get <YOUR TEST.FILE> and post the output
Ok you are on the latest Kernel (just a reminder I suggest you comment out the stretch-devel line to ensure you don’t get unwanted updates.
I just installed the same kernel and retested and I can not reproduce your issue.
So for the time being I only can suggest you try Kodi build in SMB client.
One more thing you could try is in your fstab change vers=3.0 to vers=2.1 and remove sec=ntlmssp
Linux osmc 3.14.29-54-osmc #1 SMP Thu Jan 11 17:19:56 UTC 2018 aarch64 GNU/Linux
I changed the fstab file to vers=2.1 and removed the ntlmssp and then I typed “reboot” and started playback after it has had 5 minutes to idle after the reboot. It did not really change and is still only buffering with about 35 Mbit/s.
The in-built SMB client in Kodi is the first thing I tried when I first set up the unit. I later learned that fstab is the way to go, so I set that up.
I have not removed the stretch-devel line as I thought we were still testing and the newest possible update channel might be the way to go. Are you sure that I should remove the line?
Try it again, recently it improved and some people see decent results. You actually can just try it in the Kodi Filemanager and copy the testfile.mkv and time it to guess throughput.