libwebrtc needs a few bugfixes to support RTCRtpScriptTransform
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc, NeedInfo)
References
Details
Attachments
(5 files)
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
This was causing assertions.
Assignee | ||
Comment 2•1 year 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•1 year 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•1 year 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•1 year ago
|
||
Depends on D180737
Comment 6•1 year 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•1 year ago
|
||
Backed out for causing VideoConduitTest related failures
Comment 10•1 year ago
|
||
Comment 11•1 year 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•1 year ago
|
||
Comment 13•1 year 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•1 year ago
|
Description
•