Closed
Bug 477736
Opened 16 years ago
Closed 16 years ago
<video> and <audio> not working with .ogv extension
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: louizatakk, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090209 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090209 Minefield/3.2a1pre
Previous bug was closed (see #476888) as invalid, but I still don't see why it's not valid.
After many tests, I have this :
Video are not played if the end in .ogv, while they work fine in .ogg (even if the video is exactly the same)
See the url (http://louizatakk.no-ip.org/test/) and its code source for a concrete example.
First video is a .ogv and doesn't work, the second one is the same video, but renamed to .ogg and it works.
Reproducible: Always
Steps to Reproduce:
1.Try to read a <video>, with a name ending in .ogv
2.Fail
Actual Results:
Video is not working at all (as if there were no video at all)
Expected Results:
Video in .ogv should play exactly like an .ogg video, as .ogv and .oga are the new extension, for video and audio files, in ogg/theora/vorbis content.
Reporter | ||
Comment 1•16 years ago
|
||
Note:
This happens with the last nightly version built (3.2) BUT does work properly with the firefox 3.1beta2 version.
Updated•16 years ago
|
Hardware: All → x86
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
via http://web-sniffer.net
http://louiz.toile-libre.org/teeworlds_video2.ogg: Content-Type:application/ogg
http://louiz.toile-libre.org/teeworlds_video2.ogv: Content-Type:
application/octet-stream
-> invalid, please fix your mime-type
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•