Re: [webrtc-extensions] Disabling hardware acceleration (#98)

In Chromium, WebCodecs "prefer-hardware" and "prefer-software" are interpreted as requirements (though the spec indicates that they should be thought of as a hint). "no-preference" is closer to "use hardware if you can, otherwise fallback to software". 

Looking at MediaCapabilties, [VideoConfiguration](https://www.w3.org/TR/media-capabilities/#videoconfiguration) does not currently include a hardwareAcceleration member.  However, [MediaCapabilitiesInfo](https://www.w3.org/TR/media-capabilities/#media-capabilities-info) (the output) does indicate whether the configuration is supported, smooth or power efficient. 

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


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

Received on Thursday, 17 February 2022 17:16:06 UTC