Open aboba opened 1 year ago
Discussed in Media WG meeting 12 December 2023 (minutes).
webrtc
vs transmission
looks to be a Firefox issue, perhaps @alastor0325 can confirm. Gecko has not implemented webrtc
for decodingInfo()
.configuration
was added to the spec in #111 and #115, but there's an inconsistency if the spec says configuration
and Safari uses supportedConfiguration
. Chrome and Firefox return neither. @jernoble
Moved from: https://github.com/w3c/webrtc-svc/issues/49#issuecomment-1465980206
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
(https://github.com/mdn/content/issues/25223)supported: true
and add asupportedConfiguration
object to the result (https://github.com/webrtc/samples/issues/1596)supported: true
for typewebrtc
andscalabilityMode
parameter (https://github.com/webrtc/samples/issues/1597)