W3C home > Mailing lists > Public > public-webrtc@w3.org > March 2018

[webrtc-pc] Simulcast makes no sense for audio.

From: jan-ivar via GitHub <sysbot+gh@w3.org>
Date: Thu, 22 Mar 2018 03:26:05 +0000
To: public-webrtc@w3.org
Message-ID: <issues.opened-307493144-1521689148-sysbot+gh@w3.org>
jan-ivar has just created a new issue for https://github.com/w3c/webrtc-pc:

== Simulcast makes no sense for audio. ==
[setParameters()](http://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-setparameters) (and JSPEP) appear kind-agnostic when it comes to allowing multiple encodings.

We should probably limit multiple encodings to video.

I see three options:
 1. TypeError on `sendEncodings.length > 0` in `addTransceiver` for audio, or
 2. TypeError on `sendEncodings.length > 1` in `addTransceiver` for audio.

The first option seems the simplest. The second may add some convenience but would let `rid` be set.

Also, we might want to ignore `active`, and remove `active` and `priority` from `getParameters()`.


Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1813 using your GitHub account
Received on Thursday, 22 March 2018 03:26:09 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:39 UTC