Opus will be mandatory to implement for WebRTC
I just got back from the 84th IETF meeting in Vancouver. The most interesting part (as far as I was concerned anyway) was the rtcweb working group meeting. One of the topics was selecting the mandatory-to-implement (MTI) codecs. For audio, we proposed having both Opus and G.711 as MTI codecs. Much to our surprise, most of the following discussion was over whether G.711 was a good idea. In the end, there was strong consensus (the IETF believes in "rough consensus and running code") in favor of Opus+G.711, so that's what's going to be in rtcweb. Of course, implementers will probably ship with a bunch of other codecs for legacy compatibility purposes.
The video codec discussion was far less successful. Not only is there still no consensus over which codec to use (VP8 vs H.264), but there's also been no significant progress in getting to a consensus. Personally, I can't see how anyone could possibly consider H.264 as a viable option. Not only is it incompatible with open-source, but it's like signing a blank check, nobody knows how much MPEG-LA will decide to charge for it in the next years, especially for the encoder, which is currently not an issue for HTML5 (which only requires a decoder). The main argument I have heard against VP8 is "we don't know if there are patents". While this is true in some sense, the problem is much worse for H.264: not only are there tons of known patents for which we only know the licensing fees in the short term, but there's still at least as much risk when it comes to unlicensed patents (see the current Motorola v. Microsoft case).
no subject
The few test I did with Firefox are trully impressive !
The encoder is fast and teh decoder is using the same CPU load as with Vorbis.
And the sound quality is awesome !
100% win !
Now I'm waiting for a way to use Opus with MPlayer or MPD.
What about Theora
Re: What about Theora
To industry (assuming no biases against libre software), the biggest issue will be hardware encoding support; for Theora, there's none -- not even multicore cpu support. For VP8, there's a little and it's getting better. H.264 wins for hardware support, and industry already favors it, but it fails any test of openness you can throw at it.
Theora's decoding performance is still considerably faster than VP8 device I've ever tested (I actually re-encode some videos to Theora for viewing on ancient machines), but it's losing its encoding speed edge every time an encoder update is pumped out for libvpx.
At this point, if I'm going to put in effort to support a libre codec, VP8/WebM's the one. If Theora sneaks its way into WebRTC, however, I won't complain.