WebRTC - Quick list of crazy experiments

20 March 2012 | webrtc
Author peter

WebRTC is a couple of things. First and foremost it's a standard for streaming media inside web-pages. It so happens that the standard is very hackable, so that any web-developer who know a bit of JavaScript can access and manipulate the video and audio-streams in realtime.

In a recent blogpost, Mozilla's CTO Brendan Eich discusses the recent patent wars over video codecs in web browsers and hints about WebRTC as a possible way forward; which gives a whole new importance to the future of WebRTC. So if you're interested in doing something with WebRTC, participating in a Protothon, say, here's a list of nice examples to imitate, get inspired by or just copy for your own nefarious needs. Just remeber to check with WebRTC.org first to see if the API have changed since the articles were written. It is early on the web still.

. HTML5 Rocks Augmented reality with WebRTC

. Three.js WebGL + WebRTC demo

. NetSapiens page on how to access the demo WebRTC apps

. Ericsson Labs have a very good code-rich tutorial on how to get up and running with WebRTC, step-by-step

. The classic WebRTC photobooth video effect page :)

. Phono.com's Slides on audio communication with a jQuery plugin for WebRTC

. A Youtube video of Xavier Bourry who integrates WebRTC with a WebGL 3D engine to get a very cool chess game with remote video participation.