henbos
henbos
The validation steps are different for which scaling factors to use if scaleResolutionDownBy is not specified. When creating a transceiver we do 4:2:1 but when setting parameters we do 1:1:1....
I found this note in [addTransceiver](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver) and I am wondering if it is reflecting legacy behavior. > NOTE > Providing a single, default [RTCRtpEncodingParameters](https://w3c.github.io/webrtc-pc/#dom-rtcrtpencodingparameters) in sendEncodings allows the application to...
### WebKittens @youennf @jyavenard ### Title of the spec Media Capture and Streams Extensions, section "MediaStreamTrack Statistics" ### URL to the spec https://w3c.github.io/mediacapture-extensions/#mediastreamtrack-statistics ### URL to the spec's repository https://github.com/w3c/mediacapture-extensions...
This issue is _not_ arguing to change when `inbound-rtp` is created, because in that case the SSRC is in theory not known until the first packet is received, and we...
RTCVideoSourceStats contains [frame counters](https://w3c.github.io/webrtc-stats/#videosourcestats-dict*) as "frames originating from this source". But the spec is not clear about which point in the pipeline this is measured. If you measure this as...
https://w3c.github.io/webrtc-stats/#example-of-a-stats-application uses variable names that refer to both RTCStats (`report`) and RTCStatsReport (`currentReport`) as reports. Clearly one is a report and one is a stats object. The former is clearly...
For example tests like "this counter should increase over time" or "the two sides seem to roughly agree on the state of things"
Several metrics (pause, freeze and inter-frame if #717 is merged) talk about incrementing or measuring "just after" a frame is rendered. We should expand this definition in a common place...
Now that we have a [gate for hardware exposure](https://w3c.github.io/webrtc-stats/#limiting-exposure-of-hardware-capabilities), can we add CPU% metrics to getStats()? Tagging @pes10k for privacy concerns.
Depending on [scalability mode](https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-scalabilitymode), any given frame that is being encoded or sent can have one or more corresponding SVC layers. The spec is not very clear if in the...