henbos
henbos
Fixes #167 *** Preview | Diff
While working on https://github.com/w3c/webrtc-stats/issues/662#issuecomment-1232989049, we discovered that Chrome is able to handle a BUNDLEd transport where different m= sections use the same codec and payload type but where the FMTP...
The current tests are happy with either video or audio metrics, but some are only defined for one of the kinds. Having WPTs have separate tests for different kinds would...
This was previously discussed in #550. The reason for creating a separate issue specifically for `codec` is that this information is already exposed in `RTCRtpSender/RTCRtpReceiver.getCapabilities(kind).codecs`. Therefore it is likely that...
Add similar clarifications as we did in https://github.com/w3c/mediacapture-main/pull/908/files but for width and height. For example the native camera resolution may be bigger than what we see due to scaling or...
As of recent changes, we force you to have at least one codec capable of receiving, regardless of direction, or else `setCodecPreferences` throws. But we also allow codecs of any...
Use case: I want to signal in the SDP that I support sending X, but my transceiver is `sendrecv`. X is filtered out from the preference list at createOffer, so...
Based on prior discussions such as https://github.com/w3c/webrtc-pc/issues/2937#issuecomment-1942031155, here's a concrete proposal which I think fixes unidirectionality, requires no changes to JSEP (consistent with https://github.com/w3c/webrtc-pc/issues/2938#issuecomment-1942116384) and avoids backwards compat issues introduced...
The second NOTE under [setCodecPreferences](https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-setcodecpreferences) says: > NOTE > Due to a recommendation in [[SDP](https://w3c.github.io/webrtc-pc/#bib-sdp)], calls to [createAnswer](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-createanswer) SHOULD use only the common subset of the codec preferences and the...
The spec has this to say about removing stopped transcievers and it happens in response to negotiating: > - If description is of type "[answer](https://w3c.github.io/webrtc-pc/#dom-rtcsdptype-answer)", then run the following steps:...