Fix DASH playback bug.

This commit is contained in:
Andre Borie 2021-01-17 01:43:36 +00:00
parent c7e65ce795
commit 3046350cb2
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ var options = {
'playbackRateMenuButton',
'fullscreenToggle'
]
},
html5: {
hls: {
overrideNative: true
}
}
}