H264 encoding for webrtc is broken on Android
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | + | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(4 files)
Android doesn't have OpenH264, and the plumbing for some h264 configuration options was broken in bug 1790097.
Assignee | ||
Comment 1•2 years ago
|
||
The plumbing for this was broken in
https://hg.mozilla.org/mozilla-central/rev/f3fc736c62d289ba9d7be9ed01806de7b6c00855
This patch puts the config data into SdpVideoFormat::Parameters which gets
passed into libwebrtc. Further down the line, these parameters will have to be
picked up by encoders. Subsequent patches fixes this for WebrtcGmpVideoEncoder
and WebrtcMediaDataEncoder.
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
The plumbing for this was broken in
https://hg.mozilla.org/mozilla-central/rev/19f5dc65c5c2c5836b6ac78e6b7890d179fc820e
![]() |
||
Comment 5•2 years ago
|
||
[Tracking Requested - why for this release]:
Issue with the latest libwebrtc update.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Set release status flags based on info from the regressing bug 1790097
Comment 8•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/928995955559
https://hg.mozilla.org/mozilla-central/rev/b7ab96b369ab
https://hg.mozilla.org/mozilla-central/rev/b26b28c15d1a
https://hg.mozilla.org/mozilla-central/rev/4ec5232d1c53
Updated•2 years ago
|
Description
•