Replies: 1 comment
-
Please file a bug. Make sure to include steps to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the test sample of HLS from Apple.
The playlist contains subtitles in WebVTT format and closed captions in CEA-608 format.
If the subtitles and closed captions have the same attributes, then by default hls.js does not create a separate track for closed caption and shows both subtitle and closed caption at the same time.
Is it possible to force hls.js displaying all subtitles and closed captions as separate tracks and activate them separately?
Beta Was this translation helpful? Give feedback.
All reactions