Limited availability
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The scalabilityMode
property of the RTCOutboundRtpStreamStats
dictionary represents the scalability mode for the RTP stream, if one has been configured. If not configured, the property is undefined.
The mode is used in Scalable Video Coding (SVC) to define how define how a video stream may be encoded to allow for adaptation to different network conditions and receiver capabilities. Different codecs allow for various kinds of scalability, such as providing different resolution, different frame rates, or different quality levels for a particular video.
The mode may be configured, for example, by specifying the scalability mode as a parameter option in VideoEncoder.configure()
, RTCRtpSender.setParameters()
, or RTCPeerConnection.addTransceiver()
.
Note: The property is undefined for audio streams.
ValueA string indicating the configured scalability mode, such as "L1T1". If no mode has been configured, the property is undefined.
The set of allowed modes are defined in Scalable Video Coding (SVC) Extension for WebRTC (w3c.github.io/webrtc-svc).
Specifications Browser compatibilityRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4