You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HlsjsVideoStreamer's text track implementation has some issues:
There isn't a dedicated API for dealing with side-loaded subtitles in HLS.js. For now, the video element text track API is mainly used, also for displaying and controlling in-band subtitles added from the stream.
Combining in-band (stream) subtitles with side-loaded subtitles is not supported.
HLS.js subtitle track housekeeping doesn't work with side-loaded subtitles of type 'captions'. For now tracks with kind 'captions' are added as 'subtitles'.
If/when HLS.js gets support for side-loaded subtitles, these issues should be revisited.
The text was updated successfully, but these errors were encountered:
The HlsjsVideoStreamer's text track implementation has some issues:
If/when HLS.js gets support for side-loaded subtitles, these issues should be revisited.
The text was updated successfully, but these errors were encountered: