Closed Bug 602597 Opened 14 years ago Closed 14 years ago

"HTML5 video - fancy video swap with .webm, .ogv and .mp4" not work/play

Categories

(Core :: Audio/Video, defect)

x86
Windows 7
defect
Not set
normal

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
Confirmed on WinXP, too. Works fine in Opera 10.7 and Google Chrome 7.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
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.
(In reply to comment #2)
> which we'll reuse to play:

refuse, obviously.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.