First Contact - Firefox & Chrome WebRTC
Written by Ian Elliot   
Tuesday, 05 February 2013

Firefox and Chrome now work together via WebRTC. To prove it the development teams had a chat using nothing but their browsers and without a server or a plugin to be seen.

Well, yes, it is true that standards are supposed to work together and so you might think that this is news of the obvious. However, WebRTC is currently a matter of some controversy. Microsoft thinks that it is basically not up to the job and has proposed and implemented its own API for browsers to show what it means. The WebRTC committee isn't impressed and wants to continue developing the standard as it is.

 

WebRTCblockdiagram

 

Seen in this light the fact that Firefox talked to Chrome has to be seen as much a politcal statement as a technological achievement. Given that WebRTC is a complex API, the fact that both browsers have implemented it in a compatible way is an achievment. The WebRTCPeerConnection was used to establish a two-way audio and video link betwen the two browsers.

You can see the "historic" moment in the video:

 

If you want to join in then you will need the latest browsers - Firefox 18 and Chrome 25 beta. and there are some slight differences you need to take into account. A sample JavaScript app is also available on the Mozilla web site.  Currently the codecs used are Opus and VP8 and DTLS-SRTP for encryption. These options will have to be widened if browser to other device connections are going to be possible.

Of course, IE didn't turn up for the party and the fact that Mozilla and Google are working together just isolates IE and Microsoft even futher. The big problem is that WebRTC is a possible threat to Skype, which Microsoft recently acquired and is currently busy integrating into its products.

WebRTC is an exciting technology and if you can't think of ways to use it then you probably aren't thinking about it. Creating audio and video links between browsers is just the start of the process.

webrtclogo

More Information

Hello Chrome, it’s Firefox calling!

WebRTC web site

Related Articles

Microsoft Goes Its Own Way With WebRTC

Microsoft Picks Another Web Standards Fight

Chrome Now Has WebRTC

IE The Browser You Loved To Hate


To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Bun Shell Released
29/02/2024

The developers of the Bun JavaScript runtime have released Bun Shell, a new experimental embedded language and interpreter in Bun that lets you run cross-platform shell scripts in JavaScript and TypeS [ ... ]



Ibis 8 Adds Streaming
05/03/2024

Ibis 8.0 has been released with stream processing backends. The new release includes Apache Flink as a streaming backend, and RisingWave, a streaming database backend. There's also a new batch backend [ ... ]


More News

Last Updated ( Tuesday, 05 February 2013 )