From db639f126daadc2922284ff4f8a2d8bafef133d4 Mon Sep 17 00:00:00 2001 From: eelcocramer Date: Wed, 20 Mar 2013 11:29:12 +0100 Subject: [PATCH] Adds mime type for DASH adaptive streaming manifest --- types/node.types | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/node.types b/types/node.types index 970a1bd8..3628ad33 100644 --- a/types/node.types +++ b/types/node.types @@ -58,3 +58,8 @@ application/x-lua-bytecode luac # Why: http://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown # Added by: avoidwork text/x-markdown markdown md mkd + +# What: DASH Adaptive Streaming manifest +# Why: https://developer.mozilla.org/en-US/docs/DASH_Adaptive_Streaming_for_HTML_5_Video +# Added by: eelcocramer +application/dash+xml mdp