2024-02-03, 17:48
Great, thanks for all the suggestions. With Fire Cube 3, SMB/NFS performing less than ideally has been my one complaint. And the cluttered UI w/ads, but that's a different story
.
![Wink Wink](https://forum.kodi.tv/images/smilies/wink.png)
(2024-02-03, 12:16)MrMagic Wrote:Thanks for this - I never noticed WebDAV was directly supported. Even though I am happy using Emby to serve stuff - I do like being able to browse the real file system. It was incredibly easy to install Apache and enable WebDAV on my Windows server!(2024-02-03, 01:03)hdmkv Wrote: Never done HTTP streaming. Only NFS & SMB. I see mention of Plex & Emby. Possible with Kodi? If so, how does one set this up? I see this wiki guide, but can a share be added just like with SMB/NFS? Wondering if one also needs to do something on the NAS side to allow this.
If you have a Synology NAS, you can install WebDAV Server on it and configure it.
You can then add an HTTP source to Kodi in the same way that you would add an SMB/NFS source. Just make sure you add the port number that you configure in WebDAV to the URL.
(2024-02-03, 23:36)hdmkv Wrote: What am I doing wrong? I got a can't connect error in Kodi, add it anyway?
LoadModule alias_module modules/mod_alias.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so
LoadModule setenvif_module modules/mod_setenvif.so
Include conf/extra/httpd-dav.conf
Alias /T "T:/"
<Directory "T:/">
Dav On
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
(2024-02-03, 23:55)hdmkv Wrote: Using Synology. As @MrMagic suggested, installed WebDAV Server package on my Synology. Opened it & enabled both HTTP & HTTPS. Left the two port values you see above as default. Then, went into Kodi & tried to add the HTTPS one as a network share.
(2024-10-10, 00:24)Cris_ Wrote: Just a hint: Switch the Wifi band from 2.4Ghz to 5Ghz AP mode.I naturally ensured adequate network throughput (running on 5 GHz) before tweaking settings. It was never a problem with network throughput for me though, although I can see how 72 Mbit/s would cause issues.
I have a RPi5 and it was connected via 2.4Ghz AP mode and got only 72Mbit/s which can be result in fps drops and stuttering for 4k/HDR, doesn't matter if i use the cache or chunk size options or SMB/NFS!
After switching to the 5Ghz AP mode i get 388Mbit/s and now problems anymore with empty player cache.
Router is a modern FRITZ!Box 7530 AX (EU, Germany)