-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Milestone
Description
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()typewebrtcvstransmission(configuration type "transmission" should be replaced with "webrtc" mdn/content#25223)- Safari's special behaviour to show
supported: trueand add asupportedConfigurationobject to the result (Scalable Video Codec prevent incorrect Safari usage webrtc/samples#1596) - Chrome >= 101 already reports
supported: truefor typewebrtcandscalabilityModeparameter (Scalable Video Codec include an SVC support check webrtc/samples#1597)