-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: in-manifest VTT iOS MSE issue (#1364)
* fix: Add exception guard for VTT parsing state if vtt.js is not loaded for any reasons. * fix: Do not override native for all iOS/iPadOS browsers * fix: Add guard for vtt-segment-loader to actually load vtt.js in case we do not have it loaded * chore: fix eslit errors * chore: Add loadVttJs test * chore: Add test for parse exception if no vtt.js is loaded for any reason * chore: fix typo * chore: remove redundant default value --------- Co-authored-by: Dzianis Dashkevich <[email protected]>
- Loading branch information
1 parent
1ed5343
commit e735188
Showing
6 changed files
with
166 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters