- From: Johannes Kron via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Sep 2022 13:03:52 +0000
- To: public-webrtc-logs@w3.org
I was not able to reproduce the missing support for scalability modes for AV1. I manually tested 5-6 modes using this code:
```
navigator.mediaCapabilities.encodingInfo({
type: 'webrtc',
video: {
contentType: 'video/AV1',
scalabilityMode: 'L2T1h',
height: 720,
width: 1280,
framerate: 24,
bitrate: 1216848,
},
}).then(result => {
console.log(result.supported);
console.log(result.smooth);
console.log(result.powerEfficient);
});
```
--
GitHub Notification of comment by drkron
Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/49#issuecomment-1240689543 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 September 2022 13:03:53 UTC