Closed
Bug 783172
Opened 13 years ago
Closed 13 years ago
HTML video shows invalid mime type when playing in B2G browser app
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cajbir, Assigned: cajbir)
References
Details
Steps to reproduce:
1) Open B2G Browser
2) Go to http://cd.pn/b3
3) Press Play button
Expected result:
4) Video plays (this is a WebM video)
Actual result:
4) Video shows error "Video format or MIME type is not supported"
This happens with WebM and Ogg
Assignee | ||
Comment 1•13 years ago
|
||
This is caused by the Media Cache directory attempting to be created and failing. The relevant code is in content/media/nsMediaStream.cpp, in Init(). It's attempting to create a TmpD/mozilla-media-cache.
blocking-basecamp: --- → ?
blocking-kilimanjaro: --- → ?
Comment 4•13 years ago
|
||
This should block IMO and bug 781204 which was marked as a dupe of this was a blocker, so basecamp-blocker+'ing.
blocking-basecamp: ? → +
Assignee | ||
Comment 5•13 years ago
|
||
Media playback is now working on latest mozilla-central. I'm not sure what fixed it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 7•13 years ago
|
||
And the issue has come back.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 8•13 years ago
|
||
Workaround is to do: adb shell chmod 777 /data/local/tmp
Comment 9•13 years ago
|
||
Chris with the latest daily build we are crashing on Browser playback for WebM Content.
Things work well inside the video app.
Comment 10•13 years ago
|
||
Chris Double, you seem like the correct owner here but if I'm wrong feel free to re-assign. Thanks.
Assignee: nobody → chris.double
Assignee | ||
Comment 11•13 years ago
|
||
Problem fixed by https://github.com/mozilla-b2g/gonk-misc/pull/20.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•