- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Aug 2016 14:31:44 +0000
- To: public-webrtc@w3.org
ibc has just closed pull request 683 for https://github.com/w3c/webrtc-pc: == Add RTCRtpCodecRtxParameters dictionary (related to #548) == As discussed in #548, and also in [ORTC](https://github.com/openpeer/ortc/issues/444#issuecomment-203560671), having RTX as a separate codec is of little use and error prune as it implies cross references in the codec list (assuming the needed but undocumented `parameters.apt` existed). This pull request adds a new `rtx` parameter of type `RTCRtpCodecRtxParameters` to the `RTCRtpCodecParameters` dictionary, and also disallows RTX codecs in both `RTCRtpParameters.codecs` and `RTCRtpCodecCapability`. See https://github.com/w3c/webrtc-pc/pull/683
Received on Thursday, 4 August 2016 14:33:53 UTC