this post was submitted on 14 Aug 2023
758 points (99.5% liked)

Technology

70847 readers
3384 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (1 children)

VPN has absolutely nothing to do with hosting a video platform, no clue why you even bring it up.

Debrids is just a file download service, isn't it? But even if it was a video hosting platform, a single server would never be enough. You need at least two (as a fall back). Then you need dynamic scaling for bigger user numbers, which works just fine for CPU and RAM (or even GPU resources), but doesn't work for storage. So you need extra storage somewhere all servers have access to, but when it comes to videos you'd be paying millions in no time.

So you need your own cheap storage and datacenters around the world. And CDNs on top to serve your content worldwide (otherwise the experience would suck on another continent if your server is too far away).

Look up how Google does it, they have their own data storage centers. And if your video is crappy and you're a nobody, it probably gets stored in a slower location on-demand. So it also loads slower. But if your video is in high-demand with millions of views it gets pushed into a more accessible location (and gets higher priority for CDNs). It's not just hosting, there is a massive amount of logic and software behind the stack.