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.
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.
http://swarmplayer.p2p-next.org/ adds a P2P transport protocol to Firefox that allows <video src="p2p://" > functionality. P2P transport is BitTorrent compatible.
According to Wikipedia, HTML has added audio
and video
elements, and is adding support for peer-to-peer connections.
精彩评论