Closed
Bug 1202012
Opened 8 years ago
Closed 8 years ago
Video decode error where Firefox thinks valid MP4 is corrupt
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox40 | --- | wontfix |
firefox41 | + | wontfix |
firefox42 | + | fixed |
firefox43 | + | fixed |
firefox-esr31 | --- | unaffected |
firefox-esr38 | --- | unaffected |
People
(Reporter: wmcdaniel, Assigned: jya)
References
Details
(Keywords: regression)
Attachments
(2 files)
3.76 KB,
patch
|
rillian
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.56 KB,
patch
|
rillian
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0 Build ID: 20150826023504 Steps to reproduce: Go here: http://www.concertvault.com/the-who/video/young-man-blues_1293014538.html Video tries to auto-start with the 480P bitrate, which is this file: http://pmd.wolfgangsvault.com/20120509/269/1_sr9eafcy_1_dtme0cbf_1.mp4 Actual results: In the Concert Vault URL sometimes I see an error about a problem with playback, and others I just see the loading spinner. The pmd.wolfgangsvault.com URL explicitly says that the file is corrupt, despite it working in other browsers and players on the same computer as well as other browsers and players on non-windows computers. From a technician at Kaltura: "The exact same file plays properly on Chrome (Windows and OSX), IE11, Firefox (OSX), Safari (OSX and iOS). It also plays correctly on standalone players such as VLC, Windows Media Player, and MPC-HC." Expected results: The video should play on the Concert Vault URL just like the other bitrates of the same file.
![]() |
||
Updated•8 years ago
|
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Comment hidden (spam) |
![]() |
||
Comment 2•8 years ago
|
||
[Tracking Requested - why for this release]: regression since Firefox40
Version: 35 Branch → 40 Branch
![]() |
||
Updated•8 years ago
|
tracking-firefox41:
--- → ?
tracking-firefox42:
--- → ?
tracking-firefox43:
--- → ?
tracking-firefox-esr38:
? → ---
![]() |
||
Comment 3•8 years ago
|
||
Pushlog: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=e17f5910da75&tochange=65492fe83362 Regressed by: Bug 1153049
Blocks: 1153049
Tracking for 41+
Matthew, can you please help investigate or find an owner? It is unclear to me the extent of this issue and whether it should be blocking 41. It is getting too late to fix this in FF41 given that we don't have a patch ready. Let's try to get this fixed in 42.
Flags: needinfo?(kinetik)
Comment 6•8 years ago
|
||
Redirecting based on the regression range in comment 3.
Flags: needinfo?(jyavenard)
Updated•8 years ago
|
Flags: needinfo?(kinetik)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jyavenard
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 7•8 years ago
|
||
File http://pmd.wolfgangsvault.com/20120509/269/1_sr9eafcy_1_dtme0cbf_1.mp4 plays here in 43 and 42 (OS X) just fine. If bug 1153049 were to have caused that regression, it would have been on all platforms.
Assignee | ||
Comment 8•8 years ago
|
||
We really only played this file prior bug 1153049 by chance. The default sampling rate in the old constructor was set at 44100Hz and if the sampling rate provided was nonsensical is was ignored. In this MP4 metadata the sampling rate has a value of 1 and the channel count is 3. The WMF audio decoder errors on these values. This is a file in "QTv2" format ; an Apple extension : we are supposed to ignore the normal values..
Attachment #8659978 -
Flags: review?(ajones)
Assignee | ||
Comment 9•8 years ago
|
||
The comment about hton64 not working on big endian caught my eyes. That renders the entire stagefright unusable on big-endian system. So quick fix. This with ffmpeg will allow media playback on big-endian machine.
Attachment #8659980 -
Flags: review?(ajones)
Assignee | ||
Updated•8 years ago
|
Attachment #8659978 -
Flags: review?(ajones) → review?(giles)
Assignee | ||
Updated•8 years ago
|
Attachment #8659980 -
Flags: review?(ajones) → review?(giles)
Updated•8 years ago
|
Attachment #8659978 -
Flags: review?(giles) → review+
Comment 10•8 years ago
|
||
Comment on attachment 8659980 [details] [diff] [review] P2. Make stagefright works on big-endian systems. Review of attachment 8659980 [details] [diff] [review]: ----------------------------------------------------------------- What about tests for the new header parsing? ::: media/libstagefright/frameworks/av/media/libstagefright/Utils.cpp @@ +72,3 @@ > } > > +// XXX warning: this won't work on big-endian host. Why not fix both of them while you're here?
Attachment #8659980 -
Flags: review?(giles) → review+
Comment 11•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/cbea1d09d413 https://hg.mozilla.org/integration/mozilla-inbound/rev/d087ef333c9a
Comment 12•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cbea1d09d413 https://hg.mozilla.org/mozilla-central/rev/d087ef333c9a
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8659978 [details] [diff] [review] Use QTv2 header when available. Approval Request Comment [Feature/regressing bug #]: 1153049. While a regression, it used to play thanks to sheer luck [User impact if declined]: Some content will not play on windows. [Describe test coverage new/current, TreeHerder]: Local test, in central [Risks and why]: Low ; this is reading a custom property that we just used to skip over. [String/UUID change made/needed]: None could uplift this to beta, but I'm guessing it's too late
Attachment #8659978 -
Flags: approval-mozilla-aurora?
Updated•8 years ago
|
Comment 14•8 years ago
|
||
Comment on attachment 8659978 [details] [diff] [review] Use QTv2 header when available. Indeed too late for beta but still plenty of time for aurora.
Attachment #8659978 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 15•8 years ago
|
||
jya: is this approval-aurora request also for p2 ? (like should part 1 and 2 checked in into aurora ?
Flags: needinfo?(jyavenard)
Comment 16•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/8c8a7797bf0e https://hg.mozilla.org/releases/mozilla-aurora/rev/8fefcb8ca48c
Updated•8 years ago
|
Flags: needinfo?(jyavenard)
You need to log in
before you can comment on or make changes to this bug.
Description
•