top | item 26215307

(no title)

heyitsme | 5 years ago

I have a computer on my network that runs an nfs server and hosts media, then use kodi on nvidia shields (or other computers) to access it. It works extremely well... as in not even a single issue for years now. I should stress that this is at the level of just serving files, as I don't show any metadata associated with the media (as it's mainly personal home movies, etc).

discuss

order

forty|5 years ago

How do you authenticate to the nfs server? Did you setup kerberos ?

I have always been reluctant to go that path, it felt to complex for my home use case. I generally use ftp instead for this reason, but I guess it's not as efficient.

29083011397778|5 years ago

I share my media on an Ubuntu server via NFS - all I've done is set the shared media library as read-only for the devices it's shared with, and specify the (local, reserved) IP it should be sent to. The only authentication is the fact that it's LAN-only, and being sent to the right (local) IP

Kerberos would be far too complex to be warranted here - all that's needed is nfs-kernel-server and /etc/exports on the server side.

Granted, my network is reasonably locked-down (MAC address filtering, (reserved) IP addresses available matching the number of devices on the network), but security beyond that has never really crossed my mind.

heyitsme|5 years ago

I don't password protect the media files on the nfs server - they are visible password-free from any machine on my local network. Of course if someone has sensitive material and/or the local network is shared, say, then some extra setup is needed.

EDIT: another common use-case for me is basically grabbing lots of youtube videos/playlists via youtube-dl, which then lets me watch them on anything and everything than can run kodi commercial-free without jumping through hoops (i.e. browser addons or sideloading third party youtube apps, etc)