- From: aboba via GitHub <sysbot+gh@w3.org>
- Date: Mon, 14 Nov 2016 06:57:30 +0000
- To: public-webrtc@w3.org
aboba has just created a new issue for https://github.com/w3c/webrtc-pc: == sender.setParameters(): Changing simulcast parameters? == Section 5.2 says: setParameters does not cause SDP renegotiation and can only be used to change what the media stack is sending or receiving within the envelope negotiated by Offer/Answer. The attributes in the RTCRtpParameters dictionary are designed to not enable this, so attributes like ssrc that cannot be changed are read only. [BA] This is reasonable as far as it goes. However, parameters relevant to simulcast (e.g. maxFramerate, scaleResolutionDownBy, etc.) are listed as read/write and in addition, it is possible that setParameters() could be used to change things like the number of encodings to be sent. Could changes like that be judged to be "outside the envelope negotiated by Offer/Answer"? Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/945 using your GitHub account
Received on Monday, 14 November 2016 06:57:36 UTC