TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Video Streaming over BitTorrent networks

5 点作者 mariorz将近 17 年前

2 条评论

Zev将近 17 年前
Maybe it's just me, but it doesn't make any sense to use Bittorrent to stream videos. One of the strengths of Bittorrent is that you don't download everything sequentially (which makes sense to do if you're streaming audio and/or video). It's broken up into pieces that can be sent randomly to many users who then redistribute the data.<p>Sure, there's Initial Seeding (spec: <a href="http://tinyurl.com/6y2ng2" rel="nofollow">http://tinyurl.com/6y2ng2</a> ) which sends data sequentially. But that refuses to send data to a peer until that peer has already sent its data out to everyone else. There's also HTTP-based seeding (spec: <a href="http://tinyurl.com/p5kpn" rel="nofollow">http://tinyurl.com/p5kpn</a> ) but the implementations - or attempted implementations - that I'm aware of don't exactly work well.
评论 #250445 未加载
pkrumins将近 17 年前
Some fun - I just posted The BitTorrent Song:<p><a href="http://www.catonmat.net/blog/musical-geek-friday-the-bittorrent-song/" rel="nofollow">http://www.catonmat.net/blog/musical-geek-friday-the-bittorr...</a>