Closed
Bug 573970
Opened 15 years ago
Closed 15 years ago
Add WebM mime type to videos.mozilla.org
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgarrity, Assigned: fox2mike)
References
Details
We need an AddType directive in httpd.conf or an .htaccess to add the webm video format:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
We probably already have the ogg/mp4 versions. This is time sensitive since we need it for the Firefox 4 Beta pages.
| Assignee | ||
Comment 1•15 years ago
|
||
(In reply to comment #0)
> We probably already have the ogg/mp4 versions. This is time sensitive since we
> need it for the Firefox 4 Beta pages.
Time sensitive stuff should be set to the right importance level, major = 24 hours, critical = 8 hours, blocker = asap (in terms of resolution/response times).
ogg was already in there, I've added the rest.
Assignee: server-ops → shyam
Severity: normal → major
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
follow up bug 574030 for people.mozilla.com
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•