Fast forward on HLS decode error

This commit is contained in:
Chocobozzz
2022-02-02 11:16:23 +01:00
parent b25fdc73fd
commit c4207f978e
10 changed files with 610 additions and 549 deletions

View File

@@ -55,7 +55,8 @@ const playerKeys = {
'Playlist: {1}': 'Playlist: {1}',
'disabled': 'disabled',
' off': ' off',
'Player mode': 'Player mode'
'Player mode': 'Player mode',
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
}
Object.assign(playerKeys, videojs)