• 0 Posts
  • 79 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2024

help-circle

  • While any machine that provides storage through the network can be a NAS, you’ll probably want at least some level of extendability. Your biggest problem with OEM machines (think Dell, HP, Lenovo) will be s lack of SATA ports, in combination with not enough power outlets and not enough space to put the actual disks in the case.

    That’s the reason I usually build my own machines for those purposes, and depending on what’s needed you don’t even need high-end parts, at least for a “NAS-only NAS”. My NAS works on a 2 core/ 4 thread Intel i3, which will be enough for the foreseeable future. But it also only provides storage, all the rest (self hosting my services) happens on another machine.

    TrueNAS works well for me as a NAS OS. AS far as I’ve seen it also provides direct container support or virtual machines. It you want an all-in-one machine, that might be worth looking into.


  • H.264 for DVD content is perfectly fine. H.265 will save a little storage, but that’s basically it.

    If you need to go outside your network it will suddenly be a lot more effort. I’d suggest a Wireguard tunnel, but in theory you could also open up the server to the internet. But you better know what you’re doing in that case.


  • Transcoding is taking an already encoded file, e.g. in H.265 and “re-encoding” it to something else, e.g. to H.264.

    This is usually done for clients that cannot natively play back the originally encoded files, or for reasons like bandwidth restrictions, subtitles, etc.

    In theory you can get around that by originally encoding your DVDs to a format which all of your devices can play natively. Nowadays, on most modern devices you should be good with H.265. Best way would be simply to try: encode, copy over, play.

    H.264 is supported by basically every not ancient device.

    Remote streaming inside the same network is as easy as pointing the Android app to the server and logging in.

















  • Realistically though, you could still use a VPN and have it be pretty easy for your family members IF you have access to their router console and IF said router supports network wide wireguard or openVPN connections. Having both networks tied in to eachother that way makes it so that nobody ever has to use a VPN client to connect, but still only devices from their network (or yours) will be able to connect.

    Realistically this plan dies the moment someone takes their phone outside of the WiFi range. It’s fine in theory, but fails miserably in non-techie real life.