From b535cd2405bada45edf58f81d32a43ff39455c6a Mon Sep 17 00:00:00 2001 From: ThaUnknown Date: Sat, 27 Mar 2021 13:02:17 +0100 Subject: [PATCH] add mime types for browser supported containers --- lib/mime.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/mime.json b/lib/mime.json index 3ea9e74..7af9e12 100644 --- a/lib/mime.json +++ b/lib/mime.json @@ -1,4 +1,5 @@ { + ".3g2": "video/3gpp2", ".3gp": "video/3gpp", ".aac": "audio/aac", ".aif": "audio/x-aiff", @@ -27,6 +28,7 @@ ".json": "application/json", ".less": "text/css", ".log": "text/plain", + ".m2ts": "video/mp2t", ".m3u": "audio/x-mpegurl", ".m4a": "audio/x-m4a", ".m4b": "audio/mp4", @@ -38,6 +40,7 @@ ".md": "text/x-markdown", ".mid": "audio/midi", ".midi": "audio/midi", + ".mkv": "video/x-matroska", ".mov": "video/quicktime", ".mp3": "audio/mpeg", ".mp4": "video/mp4", @@ -49,6 +52,8 @@ ".odt": "application/vnd.oasis.opendocument.text", ".oga": "audio/ogg", ".ogg": "application/ogg", + ".ogm": "video/ogg", + ".ogv": "video/ogg", ".pdf": "application/pdf", ".png": "image/png", ".pps": "application/vnd.ms-powerpoint", @@ -69,6 +74,7 @@ ".tif": "image/tiff", ".tiff": "image/tiff", ".torrent": "application/x-bittorrent", + ".ts": "video/mp2t", ".ttf": "application/x-font-ttf", ".txt": "text/plain", ".wav": "audio/wav",