How to capture audio and video using HTML 5

http://www.html5rocks.com/en/tutorials/getusermedia/intro/

 

How to capture audio and video using HTML 5, this article explains how to use getUserMedia() to get access to a devices Webcam or Microphone to use in a webpage, I am going to have to play with this soon! I am thinking this would be fun to mix with something like Socket.IO (http://socket.io).