Closed
Bug 1907378
Opened 9 months ago
Closed 9 months ago
Default Codec Preferences is not correct with H264 always being prioritized
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: dbaker, Assigned: dbaker)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
H264 is being pushed to the front of the preferred video codecs.
STR:
- On an Android device navigate to https://webrtc.github.io/samples/src/content/peerconnection/change-codecs/
- Select Default(VP8) or choose a codec besides H264
Actual Result:
- Notice that H264 is negotiated ignoring selection.
Expected Result:
- Selected codec will be used.
Comment 1•9 months ago
|
||
In early Android days, H.264 is the best choice of video codec
for WebRTC because it's available on most devices. This is no
long the case.
Comment 2•9 months ago
•
|
||
The patch only stops strongly preferring H.264 on Android, which overrides user preference. The default codec list should be further improved according to codec support on device capabilities such as HW acceleration. Filed bug 1909557 to follow up.
See Also: → 1909557
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bdf8d54bca2f
do not always prefer H.264 on Android for WebRTC. r=dbaker
Comment 4•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•