Hi,
I’ve been trying to trouble-shoot an issue with high bitrate 4K films not playing on the Vero4K+.
(Standard 4K films play just fine.) The issue has been with high bitrate films like the newly released Back to the Future trilogy films - all are 70-75GB mkv files. The films will play anywhere from 1-5min before stuttering, then locking up. They never unlock/unfreeze.
These MKV files are located on a remote Mac server (connected over LAN, not Wifi). I’ve tested the network speeds with iperf3 and they are excellent (>500Mbits/sec). The films WILL play just fine if connected to the Vero4K+ with a locally mounted USB drive. So, this rules out the processing power/capability of the Vero4K+. Based on all the research I’ve been able to gather, I now suspect the SMB connection within OSMC/Kodi is the weak point.
As such, (and using other’s suggestions) I’ve been trying for the last week to automount the server drive outside of Kodi using autofs, but after days of trial and error, I simply can’t get the syntax right to mount the remote Mac server. I’ve started with the instructions located here:
Mounting network shares with autofs (alternative to fstab)
I believe there must be a different syntax likely needed to connect to a mac server drive.
DOES ANYONE HAVE EXPERIENCE WITH AUTOFS CONNECTING TO A MAC SERVER??
I’ve tried ‘afp’ vs. ‘cisfs’ terminology, and I’ve played with the path names with no avail…It appears instead of ://SERVER-IP/FILE-SHARE, that I should possibly be using ://username:password@SERVER-IP:/FILE-SHARE
But nothing seems to work…when testing the mount, I constantly get the ‘No such file or directory’ error
When testing the autofs status with ‘sudo systemctl status autofs’, I get:
● autofs.service - Automounts filesystems on demand
Loaded: loaded (/lib/systemd/system/autofs.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-12-12 13:35:01 MST; 4min 6s ago
Process: 379 ExecStart=/usr/sbin/automount $OPTIONS --pid-file /var/run/autofs.pid (code=exited, status=0/SUCCESS)
Main PID: 463 (automount)
Memory: 4.1M
CGroup: /system.slice/autofs.service
└─463 /usr/sbin/automount --pid-file /var/run/autofs.pid
Dec 12 13:35:00 HTPC-2 systemd[1]: Starting Automounts filesystems on demand…
Dec 12 13:35:01 HTPC-2 systemd[1]: Started Automounts filesystems on demand.
While, I’ve tried hundreds of different combinations, or approaches, this is the syntax I started with in the etc/auto.smb.shares file:
/mnt/Test1/Movies1 -fstype=cifs,rw,username=myserverusername,password=myserverpassword,iocharset=utf8,uid=osmc,gid=osmc ://192.168.1.10/Volumes
Any assistance with correct context for connecting to a Mac Server would be much appreciated, or even a simple way to validate the path (or username/password) is correct. I’ve thrown in the towel.
Thanks!