Closed
Bug 602597
Opened 15 years ago
Closed 15 years ago
"HTML5 video - fancy video swap with .webm, .ogv and .mp4" not work/play
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 546129
People
(Reporter: bugs, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101007 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101007 Firefox/4.0b8pre
The webpage opens normal but if you try to start the videos they do not play.
For example with IE9pre5 all videos playing.
Reproducible: Always
Steps to Reproduce:
1. open the url
2. click on one of the four images
3. the video does not start to play
Comment 1•15 years ago
|
||
Confirmed on WinXP, too. Works fine in Opera 10.7 and Google Chrome 7.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
Comment 2•15 years ago
|
||
The problem is that they're serving the WebM files as application/octet-stream, which we'll reuse to play:
~% curl -I http://people.opera.com/patrickl/experiments/webm/videos/garden1.webm
[...]
Content-Type: application/octet-stream
Making this work would require fixing bug 567077, which we're not sure if we want to do.
Comment 3•15 years ago
|
||
(In reply to comment #2)
> which we'll reuse to play:
refuse, obviously.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•