Flip the H.264 Platform encoder prefs on Android
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Tracking
()
People
(Reporter: jhlin, Assigned: jhlin)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Two prefs are needed: media.webrtc.platformencoder
and media.webrtc.hw.h264.enabled
.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 6•5 years ago
|
||
Backed out for ES Lint failure on head.js.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277051610&repo=autoland&lineNumber=55
Backout: https://hg.mozilla.org/integration/autoland/rev/08ad786aea866a6f9b029812f326f9644d98ea00
Assignee | ||
Comment 7•5 years ago
|
||
Looks like ESLint doesn't like the original formatting I copied from above. Will update and try landing again.
Comment 9•5 years ago
|
||
Backed out for failing test_peerConnection_bug1512281.html
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277110101&repo=autoland&lineNumber=2917
Backout: https://hg.mozilla.org/integration/autoland/rev/26dedaf63bf56ad57d1ecb2a72fc6c87ca3d0765
Updated•5 years ago
|
Comment 10•5 years ago
|
||
I'm assuming this work is targeting GeckoView/Fenix and not Fennec. Setting ESR68 status accordingly.
Comment 11•5 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jhlin, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 12•5 years ago
|
||
(In reply to Release mgmt bot [:sylvestre / :calixte / :marco for bugbug] from comment #11)
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:jhlin, could you have a look please?
For more information, please visit auto_nag documentation.
The patches needs bug 1599799 to be landed.
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65db57bdc16b
https://hg.mozilla.org/mozilla-central/rev/c789df12feec
Assignee | ||
Comment 15•5 years ago
|
||
Comment on attachment 9106751 [details]
Bug 1592140 - enable platform encoder and HW H.264 support on Android. r?jya
Beta/Release Uplift Approval Request
- User impact if declined: GeckoView-based app won't be able to talk with WebRTC apps that support only H.264 video.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1599799
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The feature has passed QA tests in the fx71 cycle with minor following code changes that addresses automation test failures.
- String changes made/needed: N/A
Assignee | ||
Updated•5 years ago
|
Comment 16•5 years ago
|
||
Comment on attachment 9106751 [details]
Bug 1592140 - enable platform encoder and HW H.264 support on Android. r?jya
Enables using the Android platform decoder for H264 WebRTC calls (which was previously covered by OpenH264 until support was removed). Approved for GV73.
Updated•5 years ago
|
Comment 17•5 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/df501ed38e3b
https://hg.mozilla.org/releases/mozilla-beta/rev/f2cdf0194fb1
Description
•