Ask HN: Why is there no P2P streaming protocol like BitTorrent?
51–60 of 231 posts
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#52Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#53Isn't that what multicast is for?
But after working in ISP for a while I realised that the issue is getting ISP's to use cool protocols is just impossible and everything must be built at higher levels.
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#54The only entities that could use such a thing are major streaming platforms, and projects trying to stream copyrighted content without consent. The former don't want to use it as it degrades their control over the content, and the later don't want to make a new system cause systems that are built on torrents are good enough.
> degrades their control over the content Encryption (can work with sharing), signatures, fall back to CDN. Control is not an issue. > torrents are good enough. Torrents can't do the massive market of livestream, like sports or season finales or reality TV / news. This is the entire point of the question. > The only entities And everyone kicked off of YouTube or doesn't want to use big corporations on principal, like…
And of course if an encryption key gets leaked, you can just rotate it. Since it’s a stream, past content is not as important.
(That said, I don’t think it will help — any DRM can be cracked, and there’s plenty of online TV streaming sites even with the current centralized systems.)
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#55Peertube?
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#56Isn't that what multicast is for?
Multicast doesn't work on the Internet.
> To enable multicast on the unicast Internet we start by building an encrypted overlay network using point-to-point links between participating nodes. Once established, our overlay network can run whatever protocols we require, unimpeded by routers and middleboxes and which is resistant to interception, interference and netblocks.
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#57The only way this will be possible is if there is widespread adoption of an Internet overlay network similar to Tailscale in its design. Fortunately or unfortunately depending on how you look at it Tailscale is limited to Layer 3 so Multicast doesn't work (it depends on IGMP to function correctly).
Re: Ask HN: Why is there no P2P streaming protocol like BitTorrent?
#58The only way this will be possible is if there is widespread adoption of an Internet overlay network similar to Tailscale in its design. Fortunately or unfortunately depending on how you look at it Tailscale is limited to Layer 3 so Multicast doesn't work (it depends on IGMP to function correctly).