this post was submitted on 05 Jul 2023
114 points (99.1% liked)
Fediverse
28301 readers
533 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Peertube uses bittorrent, the viewers share the video among themselves to relieve server load.
I don't know how well it works, since there's never enough people around to see it in action.
BitTorrent requires people to be able to connect to each other directly. In a world where almost every home user is behind a router that does NAT, software is no longer able to just open a TCP connection because that requires a publicly open port. I realize that for desktop software some elaborate tricks exist to circumvent this, but how would a website be able to do that?
I have absolutely no idea, you could try asking the devs or look into webtorrent.
I had a feeling they might. It’s likely the only way to make it possible but it is not without faults either.
Thanks for the info, I’ll look into it more!