this post was submitted on 18 Dec 2023
64 points (97.1% liked)

Technology

58142 readers
4136 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I'd like some streaming help please.

I've got a linux mint laptop, a windows pc, an nvidia shield and films that I'd like to watch from anywhere. Can you suggest a best way to do this, or any 'best' method that I can adopt?

I'll add that I'm not great at Linux, and all these devices will be on sleep mode when I'm away from home (apart from my nvidia) - which I believe is always on.

If possible I'd like to keep costs down, but I'm open to learning some new stuff.

Thanks for any help.

Edit: tarted up text.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 9 months ago* (last edited 9 months ago) (1 children)

Post this over in Selfhosted - it's right up their alley.

Some ideas, at a high level:

First you need/want a machine that can function as a media server, but also has low idle power consumption.

Second, a mechanism for secure access for streaming or syncing.

One simple, easy approach that isn't streaming, but would require copying files first, then watching: install Resilio sync on your file server, share your media folder, and use Resilio on your mobile devices. Then you can (from your mobile device) browse the share with Resilio, select files to sync, and when sync is completed use a local app (say VLC) to watch it.

If you keep mobile-quality media beside your high-quality media, it'll reduce sync time. After all, a phone doesn't need 1080 resolution.

Alternative, use a VPN/Mesh network to maintain access to your home network (Wireguard/Tailscale), then use native tools to copy, or use media servers/players to watch via the encrypted connection.

[–] [email protected] 2 points 9 months ago (1 children)

Great, I'll repost, thanks. What's a mesh network btw?

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

It's an encrypted network that's overlaid on other networks. Wireguard, Tailscale, Hamachi (that's an old one).

It's a virtual network using encrypted links to appear logically like its' own network. All your devices see each other, as if they were on the same LAN, even if they're halfway around the world.