Re: [webrtc-svc] Decoder Capabilities (#52)

@chcunningham @alvestrand Proposed resolution is to remove `RTCRtpReceiver.getCapabilities()`.  Instead, the spec will recommend the following: 

1. Using MC to determine `referenceScaling` for the codec. 
2. If `referenceScaling` is `true`, then it can be assumed that the decoder can decode any `scalabilityMode` that the encoder can send.
3. If `referenceScaling` is `false`, then it is assumed that the decoder can decode any `scalabilityMode` that the encoder can send with the exception of spatial scalability modes (e.g. temporal modes and `S` modes). 

Does this make sense? 

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


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

Received on Sunday, 5 December 2021 20:22:44 UTC