Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML 5 Peer to Peer Video Possibilities? [closed]

Is there anything in HTML 5 that might allow peer to peer video ala Adobe Stratus and Flash 10?

There's lots of cool possibilities with P2P video and it'd be nice to build such applications without having to rely on Flash.

like image 234
Koobz Avatar asked May 16 '10 19:05

Koobz


2 Answers

Check out Ericcson Lab's blog on HTML5 Peer to Peer Conversational Video.

They have a demo of a WebKit build that can establish peer to peer video chat connections using HTML5 and a browser.

like image 99
jmort253 Avatar answered Oct 15 '22 20:10

jmort253


http://swarmplayer.p2p-next.org/ adds a P2P transport protocol to Firefox that allows <video src="p2p://" > functionality. P2P transport is BitTorrent compatible.

like image 40
Arno Avatar answered Oct 15 '22 20:10

Arno