Skip to content

Commit

Permalink
fix: Add DASH MIME type mapping for src= playback (shaka-project#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván committed Dec 14, 2021
1 parent 6e0737e commit 3a9139e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/player.js
Expand Up @@ -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',
Expand Down

0 comments on commit 3a9139e

Please sign in to comment.