- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Jun 2016 09:32:12 +0000
- To: public-ortc@w3.org
ibc has just created a new issue for https://github.com/openpeer/ortc: == H264 `packetizationMode` array in `RtpCodecCapability` == By implementing this, I've found that having `packetizationMode` as an array of integers in the capability codec of H264 is not comfortable at all. Currently, a browser can expose its H264 capabilities with a single `codec capability` entry containing `packetizationMode: [ 0, 1 ]` but the fact is that, depending which value is chosen, that is a different codec+configuration. However, the browser may want to call `rtpSender.send()` with both codec_A (H264 + `packetizationMode: 0`) and codec_B (H264 + `packetizationMode: 1`) so it needs **TWO** different `preferredPayloadTypes` for them, rather than a single one. Please view or discuss this issue at https://github.com/openpeer/ortc/issues/567 using your GitHub account
Received on Monday, 20 June 2016 09:32:14 UTC