We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6116f commit b0be779Copy full SHA for b0be779
lib/net/networking_utils.js
@@ -88,6 +88,7 @@ shaka.net.NetworkingUtils.EXTENSIONS_TO_MIME_TYPES_ = {
88
'ogg': 'audio/ogg',
89
'mpg': 'video/mpeg',
90
'mpeg': 'video/mpeg',
91
+ 'mov': 'video/quicktime',
92
'm3u8': 'application/x-mpegurl',
93
'mpd': 'application/dash+xml',
94
'ism': 'application/vnd.ms-sstr+xml',
0 commit comments