Closed
Bug 1427278
Opened 8 years ago
Closed 8 years ago
cannot playback mp4v video
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 1414402
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | affected |
People
(Reporter: alice0775, Unassigned, NeedInfo)
References
(Depends on 1 open bug)
Details
(Whiteboard: [parity-Edge])
Cannot playback on Firefox and Chrome.
URL https://bug1427197.bmoattachments.org/attachment.cgi?id=8939007
Browser Console:
Media resource https://bugzilla.mozilla.org/attachment.cgi?id=8939007 could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_DEMUXER_ERR (0x806e000c)
Details: class RefPtr<class mozilla::MozPromise<class mozilla::MediaResult,class mozilla::MediaResult,1> > __cdecl mozilla::MP4Demuxer::Init(void): No MP4 audio () or video () tracks
However, Video playback on Edge properly.
Comment 1•8 years ago
|
||
It seems that the problem "NS_ERROR_DOM_MEDIA_DEMUXER_ERR (0x806e000c)" has been spoken here https://github.com/w3c/media-source/issues/196
According to Mozilla guidelines, latest versions of Firefox should support MP4 video streams inside <video> elements when an external plugin (namely, gstreamer 1.0) is available
However, after installing gstreamer1 packages from SBo, the support is still not available, probably because the package was not build with support to the gstreamer libs.
This can also be seen in the about:buildconfig page, as --enable-gstreamer1 is not listed in build-time options.
Updated•8 years ago
|
Flags: needinfo?(ayang)
Comment 2•8 years ago
|
||
This is mp4v video, Firefox doesn't support this format, please use H264 or VP8/9.
https://bugzilla.mozilla.org/show_bug.cgi?id=1414402
Flags: needinfo?(ayang)
See Also: → 1414402
Comment 3•8 years ago
|
||
Chrome doesn't play it either.
Currently we don't have plans to support it.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 5•1 year ago
|
||
There is a note in MDN that states:
Firefox supports MP4V-ES in 3GP containers only.
Here it sounds like we don't support it at all. Can you confirm?
This fell out of a user issue: https://github.com/mdn/content/pull/35442
PS Appreciate this is not the best way to ask questions, but I'm not sure of the "right" one.
Flags: needinfo?(jmathies)
You need to log in
before you can comment on or make changes to this bug.
Description
•