- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Mar 2017 10:43:08 +0000
- To: public-ortc@w3.org
ibc has just created a new issue for https://github.com/w3c/ortc: == Make RTCP reducedSize true by default == The spec is a bit inconsistent regarding `reducedSize`: > 9.1 dictionary RTCRtpCapabilities > The RTCRtpCapabilities object expresses the capabilities of RTCRtpSender and RTCRtpReceiver objects. Features which are mandatory to implement in [RTP-USAGE], such as RTP/RTCP multiplexing [RFC5761], audio/video multiplexing [RTP-MULTI-STREAM] and **reduced size RTCP [RFC5506] are assumed to be available** and are therefore not included in RTCRtpCapabilities, although these features can be set via RTCRtpParameters. But later it happens that, within `RTCRtcpParameters`, the default value of `reducedSize` is `false`. IMHO it's clear that `reduzedSize` should be `true` by default if unset. Please view or discuss this issue at https://github.com/w3c/ortc/issues/666 using your GitHub account
Received on Friday, 10 March 2017 10:43:14 UTC