W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > January 2022

[webrtc-svc] Handling of unknown scalability modes is underspecified (#57)

From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
Date: Thu, 06 Jan 2022 11:11:22 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-1095214024-1641467480-sysbot+gh@w3.org>
alvestrand has just created a new issue for https://github.com/w3c/webrtc-svc:

== Handling of unknown scalability modes is underspecified ==
Consider the following snippet:
```
    const pc = new RTCPeerConnection();
    t.add_cleanup(() => pc.close());
    const { sender } = pc.addTransceiver('video', {
      sendEncodings: [{scalabilityMode: 'TotalNonsense'}],
    });
    const param = sender.getParameters();
    const encoding = getFirstEncoding(param);
```
What should the value of encoding.scalabilityMode be?

This matters a lot for the case where "supported scalability modes" is not part of the API.
(At the moment the Chrome implementation returns 'TotalNonsense')


Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/57 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 January 2022 11:11:24 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:55 UTC