# HG changeset patch # User Roman Arutyunyan # Date 1393962035 -14400 # Node ID 68e41f0cb207212b3cff2023fa1723bb0930e2d3 # Parent 375a861d946b7a39fb4f9b9e6388055bdd7f7cc8 MIME: added video/mp2t and application/vnd.apple.mpegurl types. Both types are used by HLS. The values are taken from RFC 3555 and HLS specification respectively. diff --git a/conf/mime.types b/conf/mime.types --- a/conf/mime.types +++ b/conf/mime.types @@ -32,6 +32,7 @@ types { application/pdf pdf; application/postscript ps eps ai; application/rtf rtf; + application/vnd.apple.mpegurl m3u8; application/vnd.ms-excel xls; application/vnd.ms-fontobject eot; application/vnd.ms-powerpoint ppt; @@ -73,6 +74,7 @@ types { audio/x-realaudio ra; video/3gpp 3gpp 3gp; + video/mp2t ts; video/mp4 mp4; video/mpeg mpeg mpg; video/quicktime mov;