[wpt-sync] Sync PR 43705 - webrtc: add setParameterOptions to sender.setParameters
Categories
(Core :: WebRTC, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43705 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43705
Details from upstream follow.
Philipp Hancke <phancke@microsoft.com> wrote:
webrtc: add setParameterOptions to sender.setParameters
adding a new RTCSetParameterOptions object which has a sequence of
RTCEncodingOptions similar to
WebCodecs VideoEncoderEncodeOptions
https://w3c.github.io/webcodecs/#dictdef-videoencoderencodeoptions
and its keyFrame flag.On the native side, this adds the request_key_frame flag to the
RtpEncodingParameters.WebRTC CL:
https://webrtc-review.googlesource.com/c/src/+/286741
Spec PRs:
https://github.com/w3c/webrtc-pc/pull/2885
https://github.com/w3c/webrtc-extensions/pull/167BUG=chromium:1354101
Change-Id: I5bfe266eac5990b1921212babdee1af35edc4242
Reviewed-on: https://chromium-review.googlesource.com/4643591
WPT-Export-Revision: 180a863e4ae53ae2c032246582295414954d15bb
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
PASS: 1
FAIL: 1
Safari
OK : 1
FAIL: 2
Links
Details
New Tests That Don't Pass
- /webrtc/RTCRtpSender-setParameters-keyFrame.html [wpt.fyi]
- setParameters() second argument can be used to trigger keyFrame generation:
FAIL(Chrome:FAIL, Safari:FAIL) - setParameters() second argument can be used to trigger keyFrame generation (simulcast):
FAIL(Chrome:PASS, Safari:FAIL)
- setParameters() second argument can be used to trigger keyFrame generation:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f5420b6c9c31
https://hg.mozilla.org/mozilla-central/rev/51e792d1884e
Description
•