From 3a9139e21274708ac56c9b1175892db54e25be73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Tue, 14 Dec 2021 20:32:17 +0100 Subject: [PATCH] fix: Add DASH MIME type mapping for src= playback (#3805) --- lib/player.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/player.js b/lib/player.js index c3fbf3fca7..dd4ddad104 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6574,6 +6574,7 @@ shaka.Player.SRC_EQUAL_EXTENSIONS_TO_MIME_TYPES_ = { 'mpg': 'video/mpeg', 'mpeg': 'video/mpeg', 'm3u8': 'application/x-mpegurl', + 'mpd': 'application/dash+xml', 'mp3': 'audio/mpeg', 'aac': 'audio/aac', 'flac': 'audio/flac',