Advanced settings to optimize 4K SMB or NFS streaming over Wi-Fi?
#61
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.
Reply
#62
(2024-02-03, 12:16)MrMagic Wrote:
(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.
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!
Reply
#63
What am I doing wrong? I got a can't connect error in Kodi, add it anyway?
Image
Image
Image
Reply
#64
(2024-02-03, 23:36)hdmkv Wrote: What am I doing wrong?

first, what are you doing?

there's a lot of posts leading up to this one, not sure which one you are attempting
Reply
#65
(2024-02-03, 23:36)hdmkv Wrote: What am I doing wrong? I got a can't connect error in Kodi, add it anyway?

If it doesn't connect, no point adding because it won't work.

What are you using as the server?  I am using Windows and Apache.

All I had to do was:
1. Download Apache from here: https://www.apachelounge.com/download/
2. Unzip to c:\apache24
3. Edit C:\Apache24\httpd.con
  Uncomment these lines:
Code:
  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
4. Edit c:\apache24\conf\extra\httpd-dav.conf, add directories like this:
Code:
Alias /T "T:/"
<Directory "T:/">
    Dav On
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

Then run c:\apache24\bin\httpd.exe

Check it works in a web browser.

Then add WebDAV-HTTP in Kodi.

I also changed the port and added a password later, see here: https://mkyong.com/apache/how-to-enable-...x-windows/

You can install as a service using: .\httpd -k install

If you get stuck, ChatGPT can probably help.
Reply
#66
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.
Reply
#67
(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.

Use HTTP not HTTPS.  You almost certainly don't have a certificate.  Also you might click the anonymous box for now at least.
Reply
#68
Ah, thanks much, HTTP works! Definitely snappier than SMB or NFS on FTV Cube 3. It almost feels like a mounted share like on nVidia Shield.
Reply

Logout Mark Read Team Forum Stats Members Help
Advanced settings to optimize 4K SMB or NFS streaming over Wi-Fi?0