Re: [webrtc-svc] SVC getCapabilities() is redundant with Media Capabilities query (#49)

> Do you have a proposal for how these two sections could use Media Capabilities instead of `getCapabilities()`?

bitrate and framerate are somehow varying in WebRTC, so I am unclear how validation is meaningful here for webrtc.
Maybe the MC spec should acknowledge this in the validation of the scalability mode when the encoding type is `webrtc`.
Or we could always have a power-user option in MC that webrtc-pc would use.
The spec could do something like:
- if scalability mode is not supported for that codec, reject.
- if scalability mode is not supported for that bitrate and framerate, and we are NOT in webrtc-pc mode (or type is NOT webrtc), reject.

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/49#issuecomment-1343988158 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 9 December 2022 08:14:27 UTC