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

Adding HLS subtitles separately #6383

Open
xSaadRM opened this issue Apr 26, 2024 · 1 comment
Open

Adding HLS subtitles separately #6383

xSaadRM opened this issue Apr 26, 2024 · 1 comment

Comments

@xSaadRM
Copy link

xSaadRM commented Apr 26, 2024

What do you want to do with Hls.js?

How can I load subtitle URLs if they are not included in the m3u8 playlist

What have you tried so far?

No response

@xSaadRM xSaadRM added Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. Question labels Apr 26, 2024
@robwalch
Copy link
Collaborator

HLS.js does not support side-loading subtitle playlists. It loads and manages subtitles and captions in HLS assets only. It will try to reuse TextTracks already present on the attached HTMLMediaElement which cannot be removed. If you add your own after loading an HLS asset, you need to manage them as well.

@robwalch robwalch added answered and removed Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants