You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Chrome 111 allows working with SVC, we had a first look at this feature and we've found some issues due to the usage of MediaCapabilities.encodingInfo():
Moved from: w3c/webrtc-svc#49 (comment)
Hello, thank you for all your effort on this!
Since Chrome 111 allows working with SVC, we had a first look at this feature and we've found some issues due to the usage of
MediaCapabilities.encodingInfo()
:MediaCapabilities.encodingInfo()
typewebrtc
vstransmission
(configuration type "transmission" should be replaced with "webrtc" mdn/content#25223)supported: true
and add asupportedConfiguration
object to the result (Scalable Video Codec prevent incorrect Safari usage webrtc/samples#1596)supported: true
for typewebrtc
andscalabilityMode
parameter (Scalable Video Codec include an SVC support check webrtc/samples#1597)The text was updated successfully, but these errors were encountered: