Opened 12 years ago
Closed 11 years ago
#279 closed enhancement (wontfix)
mime.types: audio/ogg for .opus files
Reported by: | Steffen Weber | Owned by: | Sergey Kandaurov |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | nginx-core | Version: | 1.3.x |
Keywords: | mime opus ogg | Cc: | |
uname -a: | Linux cbdev 3.7.2 #4 SMP Fri Jan 11 20:10:04 CET 2013 x86_64 Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz GenuineIntel GNU/Linux | ||
nginx -V: | nginx/1.3.11 |
Description
According to http://wiki.xiph.org/OggOpus and http://en.wikipedia.org/wiki/Opus_(audio_format) the MIME type for Opus files is audio/ogg.
Attachments (1)
Change History (6)
by , 12 years ago
Attachment: | nginx-opus-mime-type.diff added |
---|
comment:1 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
comment:3 by , 11 years ago
Opus is supported by Firefox and Chrome (see http://en.wikipedia.org/wiki/Opus_(audio_codec)#Web_frameworks_and_browsers).
Please re-evaluate this decision.
comment:4 by , 11 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:5 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
The decision is not related to support by any browsers, but rather to popularity of files with the ".opus" extension. We don't try to keep all possible extensions in our mime.types file - rather, we list most popular file extensions there. If needed, a list can be easily extended locally.
Note:
See TracTickets
for help on using tickets.
There are no plans to add this.