Previously, my raspberry pi 3 was running xbian which never had any hiccups (buffering issues) when playing files with a high bitrate via LAN over SMB (like an hour = 6 GB), but with libreelec installed instead on the same raspberry and connected in the same way, I get buffering issues once a minute or more.
I tried playing the files over NFS which made the buffering less, but certainly still happening. Then I added advancedsettings.xml using the 4th example at HOW-TO:Modify the video cache - Official Kodi Wiki, and bingo: Buffering only occurs in the beginning!
SMB buffering still is as bad as before though, and I would like to also be able to watch videos with no glitches using this protocol.
So in this thread (where I have also reported my progress, but thread seems so old that nobody reads it) Advance settings for expanding cache not working.. I saw an advise about using system mounts instead. Not a big operation I thought:
# The share we want mount
What=//192.168.178.10/Film6
# Where we want mount this share
Where=/storage/film
I amended the login and password as well, but I get this when checking status after enabling the mount:
● storage-film.mount - test cifs mount script
Loaded: loaded (/storage/.config/system.d/storage-film.mount; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2019-04-21 20:30:57 CEST; 3h 40min ago
Where: /storage/film
What: //192.168.178.10/Film6
LibreELEC:~ # # The share we want mount
LibreELEC:~ # What=//192.168.178.10/Film6
LibreELEC:~ #
LibreELEC:~ # # Where we want mount this share
LibreELEC:~ # Where=/storage/film
LibreELEC:~ # Jun 22 13:11:56 LibreELEC systemd[1]: Mounting test cifs mount script...
LibreELEC:~ # Apr 21 20:30:57 LibreELEC mount[438]: mount: mounting //192.168.178.10/Film6 on /storage/film failed: Permission denied
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: storage-film.mount: Mount process exited, code=exited status=255
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: storage-film.mount: Failed with result 'exit-code'.
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: Failed to mount test cifs mount script.
LibreELEC:~ # Jun 22 13:11:56 LibreELEC systemd[1]: Mounting test cifs mount script...
LibreELEC:~ # Apr 21 20:30:57 LibreELEC mount[438]: mount: mounting //192.168.178.10/Film6 on /storage/film failed: Permission denied
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: storage-film.mount: Mount process exited, code=exited status=255
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: storage-film.mount: Failed with result 'exit-code'.
LibreELEC:~ # Apr 21 20:30:57 LibreELEC systemd[1]: Failed to mount test cifs mount script.
Display More
And I´m also wondering exactly how to make the share pop up in the Kodi menu.. If I add it manually from Kodi like smb://192.168.178.18/storage/film or smb://192.168.178.18/film it tells me that share is not available. What am I doing wrong? I also tried browsing from the server, where under WORKGROUP there´s libreelec which is then the same as 192.168.178.18, but it does not show me the storage folder.