Implement #767 for custom media only
This commit is contained in:
parent
027b27c1b0
commit
8456b6a125
3 changed files with 8 additions and 6 deletions
|
|
@ -30,8 +30,7 @@ const SOURCE_CONTENT_TYPES = new Set([
|
|||
]);
|
||||
|
||||
const LIVE_ONLY_CONTENT_TYPES = new Set([
|
||||
'application/dash+xml',
|
||||
'application/x-mpegURL'
|
||||
'application/dash+xml'
|
||||
]);
|
||||
|
||||
export function lookup(url, opts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue