Google WebRTC - browser based communications
Thursday, 02 June 2011

The WebRTC API can be used to provide peer-to-peer communications directly between apps running in the browser. This could be the end of Live Messenger, Skype and the rest...

The browser is the OS. Who can argue with this. Now Google thinks that we don't need anything more than a browser for real time communications as well. So throw away that chat client, sorry IM client, VoIP client, phone, video chat etc. Google's WebRTC does it all for you.

As you probably guessed this is an HTML5 based technology and the idea is that it can be used without plugins or the need to download anything at all. It also makes use of the proposed peer-to-peer connection API. This allows one browser to talk to another without a server have to get involved in the interaction. As reported in an earlier news item - Can my browser speak to your browser? - this particular API has the power to change the game completely and Google's use of it to implement a communications API is just the start of the sea change.

From the developers point of view there is a JavaScript API to master and then you can get on and create any audio, video or text based communications apps you care to invent.

 

WebRTCblockdiagram

The idea is that its all open source and will become in time a W3C standard. Of course Google's VP8 codec is included as part of the package but you can use alternatives.

What can you do with WebRTC?

Obviously you can use it to add video or audio chatting to your web or mobile applications but you could also design a custom chat or communications app using it. Google's own Google Talk is in the process of being converted to use WebRTC. In principle a WebRTC application could replicate the facilities in Live Messenger, Skype, ICQ,  AIM and so on.

So should you rush out and start building apps?

Not just yet. The current state of the software is such that it is for enthusiastic early starters only. It really is at the stage where browser writers can build it into their next version. Currently the demo app needs you to build a custom server and other additional software. In the final version you will simply write some JavaScript.

More information

WebRTC web site

Can my browser speak to your browser?

 

Banner


Making Java Easier For The Beginner
12/05/2025

Java is an intimidating language for the complete beginner, but now there is hope of simplification in the recently proposed JEP512. And the fact that it is 512 must count for something - right?



AI Renders 3D Models
04/06/2025

Could it be that all of that computer graphics you had to learn to implement 3D rendering is obsolete? Is this another example of AI doing just about anything you can think of?


More News

Last Updated ( Tuesday, 27 January 2015 )