Closed
Bug 1304820
Opened 8 years ago
Closed 8 years ago
Opus in non-fragmented MP4 is not working
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox51 | --- | verified disabled |
firefox52 | --- | fixed |
People
(Reporter: projectsymphony, Assigned: ayang)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160111180959
Steps to reproduce:
Download https://people.mozilla.org/~rgiles/2016/sample.mp4
Try to open it in Firefox.
Actual results:
The usual "Video cannot be played" appears.
Expected results:
The audio should have started playing.
Reporter | ||
Comment 1•8 years ago
|
||
Note, I don't know if opus is working with MSE or fragmented MP4.
Related bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1240413 https://bugzilla.mozilla.org/show_bug.cgi?id=1267887
Comment 2•8 years ago
|
||
So this is a 'regression' in that the non-fragmented file used to play, even though we were targetting MSE in the initial implementation.
Matthew, is non-fragmented Opus blocked for a good reason, or was this accidental?
Flags: needinfo?(kinetik)
Keywords: regressionwindow-wanted
Comment 3•8 years ago
|
||
It's a regression from bug 1240412. That added a call into MP4MetadataRust::ReadTrackIndex but only implemented the fragmented case, so now instead of using Stagefright's answer we MOZ_ASSERT(false, "Not yet implemented") and then return false.
Blocks: vp9-in-mp4
Flags: needinfo?(kinetik)
Comment 4•8 years ago
|
||
Right, thanks for clarifying.
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regressionwindow-wanted → regression
Summary: Opus in MP4 is not working (any more?) → Opus in non-fragmented MP4 is not working
Updated•8 years ago
|
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ayang
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8794067 -
Attachment is obsolete: true
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8794068 [details]
Bug 1304820 - use stagefright instead of rust parser when rust parser fails to parse a file.
https://reviewboard.mozilla.org/r/80692/#review79342
Looks fine, but maybe downgrade the NYI assert in the Rust ReadTrackIndex to an NS_WARNING.
Attachment #8794068 -
Flags: review?(kinetik) → review+
Comment hidden (mozreview-request) |
Pushed by ayang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9e67b79f3eea
use stagefright instead of rust parser when rust parser fails to parse a file. r=kinetik
Updated•8 years ago
|
Priority: -- → P3
Comment 10•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•8 years ago
|
QA Whiteboard: [good first verify]
Comment 11•8 years ago
|
||
Approval Request Comment
[Feature/Bug causing the regression]:
[User impact if declined]:
[Is this code covered by automated tests?]:
[Has the fix been verified in Nightly?]:
[Needs manual test from QE? If yes, steps to reproduce]:
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]:
[Why is the change risky/not risky?]:
[String changes made/needed]:
Attachment #8838689 -
Flags: approval-mozilla-beta?
Comment 12•8 years ago
|
||
[testday-20170217]The bug is not resolved it seems. Can't play video in Firefox Beta 51.
OPERATING SYSTEM : Windows 10
Comment 13•8 years ago
|
||
(In reply to fahimazulfath.a from comment #12)
> [testday-20170217]The bug is not resolved it seems. Can't play video in
> Firefox Beta 51.
> OPERATING SYSTEM : Windows 10
Firefox beta is 52, not 51. What exact version did you test (look at the version and build id fields in about:support)?
Flags: needinfo?(fahimazulfath.a)
Updated•8 years ago
|
Attachment #8838689 -
Flags: approval-mozilla-beta?
Comment 14•8 years ago
|
||
I can verify that this has been fixed in Nightly 54.0a1. I tested on Ubuntu using Firefox Beta 52.0b3 and Nightly 54.0a1.
https://people-mozilla.org/~rgiles/2016/sample.mp4 plays a song and does not display the "Video can't be played because the file is corrupt." message
Updated•7 years ago
|
Flags: needinfo?(fahimazulfath.a)
You need to log in
before you can comment on or make changes to this bug.
Description
•