Closed
Bug 1205865
Opened 10 years ago
Closed 9 years ago
Enable test_mediarecorder_bitrate.html for Android 2.3
Categories
(Core :: Audio/Video: Recording, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: mreavy, Assigned: bechen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1161276 +++
test_mediarecorder_bitrate.html fails on Android 2.3 (only), even though there's no obvious platform-specific code. Resolve the problem or determine that it can't be supported.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bechen
Comment 1•9 years ago
|
||
Android 2.3 is no longer supported (Firefox 48+). There's probably nothing to do here.
| Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/48319/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/48319/
Attachment #8744149 -
Flags: review?(jwwang)
Comment 3•9 years ago
|
||
Comment on attachment 8744149 [details]
MozReview Request: Bug 1205865 - Enable test_mediarecorder_bitrate.html for android. r=jwwang
https://reviewboard.mozilla.org/r/48319/#review45085
Please add comments to describe something like "This test failed only on Android 2.3. Since we don't support 2.3 anymore, it is safe to enable the test on Android again."
Attachment #8744149 -
Flags: review?(jwwang) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
https://reviewboard.mozilla.org/r/48319/#review45085
oK, I'll try to add comment if neccessary.
I enable the testcase due to we had support the video encoding on fennec, not because we don't support 2.3.
| Assignee | ||
Comment 5•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 8•9 years ago
|
||
Fennec does not have video recording support, see bug 1232308.
On Fennec, neither MOZ_OMX_ENCODER nor MOZ_WEBM_ENCODER are defined or supported (OMX is missing encoding support, WebM has no encoder support for Tremor), so we fallback to audio-only Opus encoding.
There is a plan to enable video encoding via MP4 + Opus, but that's not being worked on currently.
We need to back this out.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•9 years ago
|
OS: Unspecified → Android
Hardware: Unspecified → All
Comment 9•9 years ago
|
||
Any reason not to enable MOZ_WEBM_ENCODER and just encode a VP8 + Opus webm? Alternately, it looks like removing S16 support is in progress (bug 1262765) - which would presumably switch us over from tremor to libvorbis.
Comment 10•9 years ago
|
||
(In reply to Thomas Daede from comment #9)
> Any reason not to enable MOZ_WEBM_ENCODER and just encode a VP8 + Opus webm?
> Alternately, it looks like removing S16 support is in progress (bug 1262765)
> - which would presumably switch us over from tremor to libvorbis.
With bug 1262765 we would be one step closer to enabling this, but further investigation would be required to make it work on Android.
As it is, we can't just flip the switch to enable it.
| Assignee | ||
Comment 11•9 years ago
|
||
(In reply to Thomas Daede from comment #9)
> Any reason not to enable MOZ_WEBM_ENCODER and just encode a VP8 + Opus webm?
At Bug 1215115, I have already using vp8+opus in webm, that's why I enable the testcase here.
So now the testcase still fail on android?
Comment 12•9 years ago
|
||
In this case let's investigate what's going wrong in the test in bug 1272877, sorry for the confusion.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•