Skip to content

Commit

Permalink
feat: Assume DASH MIME type when an MPD source URL is given (#7602)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtins authored Mar 2, 2022
1 parent 1179826 commit a0bb526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/utils/mimetypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Url from '../utils/url.js';
/**
* Mimetypes
*
* @see http://hul.harvard.edu/ois/////systems/wax/wax-public-help/mimetypes.htm
* @see https://www.iana.org/assignments/media-types/media-types.xhtml
* @typedef Mimetypes~Kind
* @enum
*/
Expand All @@ -22,6 +22,7 @@ export const MimetypesKind = {
oga: 'audio/ogg',
wav: 'audio/wav',
m3u8: 'application/x-mpegURL',
mpd: 'application/dash+xml',
jpg: 'image/jpeg',
jpeg: 'image/jpeg',
gif: 'image/gif',
Expand Down

0 comments on commit a0bb526

Please sign in to comment.