Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Assume DASH MIME type when an MPD source URL is given #7602

Merged
merged 2 commits into from
Mar 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add dash mime type
  • Loading branch information
amtins committed Jan 10, 2022
commit 59f4e5dab12c0cf62381af2a00586c5a065b49f6
1 change: 1 addition & 0 deletions src/js/utils/mimetypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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