5

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.

Koobz
  • 6,928
  • 6
  • 41
  • 53

3 Answers3

5

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.

E. Zacarias
  • 598
  • 6
  • 19
jamesmortensen
  • 33,636
  • 11
  • 99
  • 120
3

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

Arno
  • 31
  • 1
0

According to Wikipedia, HTML has added audio and video elements, and is adding support for peer-to-peer connections.

Carson Myers
  • 37,678
  • 39
  • 126
  • 176
  • This is an important part of it. Can it send the video data p2p? http://www.w3.org/TR/2008/WD-html5-20080122/#sending0 seems to suggest it's possible but inefficient. – Koobz May 16 '10 at 20:23