Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLS.js and side-loaded subtitles: Minor issues #12

Open
torerikal opened this issue May 6, 2019 · 0 comments
Open

HLS.js and side-loaded subtitles: Minor issues #12

torerikal opened this issue May 6, 2019 · 0 comments
Labels
bug Something isn't working coding enhancement New feature or request

Comments

@torerikal
Copy link
Collaborator

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.

@torerikal torerikal added bug Something isn't working enhancement New feature or request coding labels May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working coding enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant