Closed Bug 527565 Opened 15 years ago Closed 15 years ago

[FyFx] Five Year Campaign ogv video doesn't work in Chrome, but should

Categories

(Webtools Graveyard :: Five Years of Firefox, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sethb, Unassigned)

Details

Attachments

(1 file)

For Chrome, we have set the fallback for the ogv video as Youtube.  But, I have been told that Chrome supports open video and should be able to see the subtitle solution with a proper implementation.
OS: Mac OS X → All
Hardware: x86 → All
http://camendesign.com/code/video_for_everybody has a solution which makes good use of the <video> tag and the fallbacks it allows.  <video> works on Safari if you encode the video as mp4 instead of ogg, which would mean subtititles would work there (and we'd have a better open-web experience).

Also, from http://diveintohtml5.org/detect.html#video, you can use this to detect if <video> is supported:

function supports_video() {
  return !!document.createElement('video').canPlayType;
}
OS: All → Mac OS X
Hardware: All → x86
The doctype is also wrong.
I already have the validation to make this happen, it is only one line change.
Regards,

Sebastian Romero
Carlos - how come we aren't making use of <video> ?
The <video> tag actually is there, but it's generated in JS then appended after detection.
If we can just fix the chrome thing, we'll be in good shape.
The problem with Chrome was fixed. Let us know if you have any other comment.
Best 
Sebastian Romero
 Ogg video verified on http://fyfx.stage.mozilla.com/en-US/ using Chrome.  Ogg video
Can we close this bug?
Yeah, resolving.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Verified FIXED.
Status: RESOLVED → VERIFIED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: