Adding Microsoft Smooth Streaming mime type
alias8 opened this issue · 2 comments
I noticed the .ism extension for a Microsoft Smooth Streaming file is not included. I cannot find it on the sites you aggregate from.
http://www.iana.org/assignments/media-types/media-types.xhtml
http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
http://hg.nginx.org/nginx/raw-file/default/conf/mime.types
I believe the entry would be (with a correct source):
"application/vnd.ms-sstr+xml": {
"source": "???",
"extensions": ["ism"]
}
https://msdn.microsoft.com/en-us/library/jj573656%28v=vs.90%29.aspx most likely. Good luck in getting M$ to register their MIME types with the sources available.
Hi! Yes, this module just aggregates together those three sources so if that is not in any of the three it won't be in the aggregation here. You'll want to get it added in at least one of those places (IANA, Apache, or NGINX) if you're looking to see it appear here