Closed
Bug 1309135
Opened 9 years ago
Closed 9 years ago
ff does not support ogg or mpeg video in 49.0.1
Categories
(Developer Documentation Graveyard :: MDN Meta Docs, defect, P5)
Developer Documentation Graveyard
MDN Meta Docs
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jmichae3, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: Trunk
Technical Contact:
:: Details
probably due to bugs in the browser, there are many which are breaking the browser right now like js not working. wouldn't you know it ogg video .ogv and mpeg .mpg doesn't work either.
source examples, also at http://Jesusnjim.com/pix/pix.html
<h2 id="snow">Snow</h2>
<p>Videos of snow (my camera defaults to 320x240 and it doesn't capture the snowfall well in that mode):</p>
<video controls width="320" height="300">
<source type="video/mpeg" src="PICT0679.mpg">
<source type="video/ogg" src="PICT0679.ogv">
</video>
<video controls width="320" height="300">
<source type="video/mpeg" src="PICT0687.mpg">
<source type="video/ogg" src="PICT0687.ogv">
</video><br>
| Reporter | ||
Comment 1•9 years ago
|
||
see Bug 1309137 for reported ff bug by me
Component: General → MDN Meta Docs
OS: Other → Unspecified
Hardware: All → Unspecified
Comment 2•9 years ago
|
||
ogv (video/ogg) is supported (see bug 1309137 for your case), and the document matches.
MPEG2 is not supported and the page doesn't say anything about MPEG2.
| Reporter | ||
Comment 3•9 years ago
|
||
why don't you try stable ff on your own video page? with just OGV on it?
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•9 years ago
|
||
already commented as bug 1309137 comment #2.
it works with this file
https://commons.wikimedia.org/wiki/File:Typing_example.ogv
this is your web server's issue.
nothing related to firefox.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•