Live data from Hacker News

VP8 and H.264 to both become mandatory for WebRTC

andreasgal.com

1–10 of 78 posts

Re: VP8 and H.264 to both become mandatory for WebRTC

#4

> “WebRTC-compatible” endpoints will be allowed to do either codec, both, or neither. Neither?! What? How will that work then?

These are video codecs. Presumably an audio-only app (e.g. IP phone) would be compatible too, so that would explain using neither of the two video codecs. WebRTC also has datachannels that use neither audio nor video.

Re: VP8 and H.264 to both become mandatory for WebRTC

#5
post #4

> “WebRTC-compatible” endpoints will be allowed to do either codec, both, or neither. Neither?! What? How will that work then?

These are video codecs. Presumably an audio-only app (e.g. IP phone) would be compatible too, so that would explain using neither of the two video codecs. WebRTC also has datachannels that use neither audio nor video.

Seems like a marketing recipe for disaster.

"Why can't I see you on you on my webrtc compatible desktop app?!"

Like an end-user is going to recognize the difference in terminology.

Re: VP8 and H.264 to both become mandatory for WebRTC

#6

> “WebRTC-compatible” endpoints will be allowed to do either codec, both, or neither. Neither?! What? How will that work then?

A WebRTC-compatible endpoint must be able to communicate with a WebRTC endpoint, but apparently need not understand it, at least that is what I make of it.

https://tools.ietf.org/html/draft-ietf-rtcweb-overview-12#se... mentions one concrete example of a WebRTC-compatible endpoint: a WebRTC Gateway that mediates between a WebRTC endpoint and a non-WebRTC endpoint.

Vague? Yes. Poor choice of words? Yes (both IMHO)

Re: VP8 and H.264 to both become mandatory for WebRTC

#10

> “WebRTC-compatible” endpoints will be allowed to do either codec, both, or neither. Neither?! What? How will that work then?

I'm reading that as WebRTC endpoints have to implement those two, but there's nothing precluding them from negotiating to use H.265 or Sorenson or Mpeg-1.
Post reply on HN