Closed
Bug 1057282
Opened 11 years ago
Closed 11 years ago
[FFOS] MP4 sometimes cannot be played at the first time with PDM pref enabled
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bwu, Assigned: bwu)
Details
==Environment==
1. Use Flame
2. Enable prefs,"media.fragmented-mp4.gonk.enabled" and "media.fragmented-mp4.exposed"
3. Test content: http://people.mozilla.org/~cpearce/fmp4/
== STR==
1. Reboot phone
2. open browser and go to the test content
== Symptom==
Progress bar jumps to the end directly. No frame is displayed.
== Repro rate==
20%
After a quick debugging, it looks like demuxer cannot extract the first encoded frame, so Drain() is called to end the playback.
| Assignee | ||
Comment 1•11 years ago
|
||
BTW, the tested code base is pulled from 8/22 master branch.
| Assignee | ||
Comment 3•11 years ago
|
||
With current code base (v3.0), this cannot be reproduced again.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•