libwebrtc needs a few bugfixes to support RTCRtpScriptTransform
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(5 files)
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
This was causing assertions.
| Assignee | ||
Comment 2•2 years ago
|
||
This variable can be null when a ChannelSendFrameTransformerDelegate is in use,
because that does an async dispatch to the encoder queue in the handling for
transformed frames. If this is unset while that dispatch is in flight, we
nullptr crash.
Depends on D179731
| Assignee | ||
Comment 3•2 years ago
|
||
There are situations where the current thread is not set, but the current
TaskQueue is (but not vice versa).
Depends on D180735
| Assignee | ||
Comment 4•2 years ago
|
||
This is necessary to reliably detect what rid a given keyframe is for, for the
purposes of resolving promises from RTCRtpScriptTransformer.generateKeyFrame.
Depends on D180736
| Assignee | ||
Comment 5•2 years ago
|
||
Depends on D180737
Comment 6•2 years ago
|
||
The severity field is not set for this bug.
:jib, could you have a look please?
For more information, please visit BugBot documentation.
Comment 8•2 years ago
|
||
Backed out for causing VideoConduitTest related failures
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Backed out for causing wpt failures in script-transform-generateKeyFrame.https.html
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-TIMEOUT | /webrtc-encoded-transform/script-transform-generateKeyFrame.https.html | generateKeyFrame works with simulcast rids - Test timed out
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6ac6592a04a8
https://hg.mozilla.org/mozilla-central/rev/56555ecee7f3
https://hg.mozilla.org/mozilla-central/rev/62e71a2f745c
https://hg.mozilla.org/mozilla-central/rev/2f1a0ba74bf7
https://hg.mozilla.org/mozilla-central/rev/91d9e8b6a5c4
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•