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.