mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fast forward on HLS decode error
This commit is contained in:
parent
b25fdc73fd
commit
c4207f978e
10 changed files with 610 additions and 549 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue