Merge pull request #1679 from Rjevski/videojs-dash-safari-bug-workaround

Fix DASH playback bug in Safari
This commit is contained in:
Perflyst 2021-01-19 17:07:33 +01:00 committed by GitHub
commit 5f18799d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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