Bug 28550 - [FR] WebM MIME type
Summary: [FR] WebM MIME type
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: nginx (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 01:45 MSK by Michael Shigorin
Modified: 2013-10-10 10:36 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2013-02-13 01:45:53 MSK
Предлагаю добавить в /etc/nginx/mime.types строчку:

    video/webm webm;

с тем, чтобы обеспечить возможность стриминга видео в WebM.
Comment 1 Anton Farygin 2013-02-13 15:41:31 MSK
Давно уже в апстриме.
Comment 2 Michael Shigorin 2013-02-13 16:32:58 MSK
Oops, не заметил; тогда для удобства -- 1.2.7 как раз вышел.
Comment 3 Vitaly Lipatov 2013-10-10 01:04:04 MSK
У нас вылезает конфликт
nginx: [warn] duplicate extension "webm", content type: "video/webm", previous content type: "audio/webm" in /etc/nginx/mime.types:102

И действительно,
$ grep -n webm mime.types 
86:    audio/webm                            webm;
102:    video/webm                            webm;

В https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/674224
написано, что аудио должно быть weba, а не webm.
Comment 4 Anton Farygin 2013-10-10 10:20:23 MSK
Хорошо, поправим. спасибо.
Comment 5 Repository Robot 2013-10-10 10:36:54 MSK
nginx-1.4.3-alt2 -> sisyphus:

* Thu Oct 10 2013 Anton Farygin <rider@altlinux> 1.4.3-alt2
- fixed mime-types conflict (closes: #28550)