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

Chapters do not support multiple languages #8995

Open
anthonypwinning opened this issue Feb 28, 2025 · 1 comment
Open

Chapters do not support multiple languages #8995

anthonypwinning opened this issue Feb 28, 2025 · 1 comment

Comments

@anthonypwinning
Copy link

VideoJS happily supports having captions in multiple languages:

<track kind="captions" src="//example.com/path/to/captions_en.vtt" srclang="en" label="English" default>
<track kind="captions" src="//example.com/path/to/captions_fr.vtt" srclang="fr" label="French">

However, if you try to do something similar with chapters, it simply does not work.

<track kind="chapters" src="//example.com/path/to/chapters_en.vtt" srclang="en" label="English" default>
<track kind="chapters" src="//example.com/path/to/chapters_fr.vtt" srclang="fr" label="French">

Chapters only work with a single chapter track. Since subtitles work with multiple languages, I believe chapters should also offer multi-lingual support.

Copy link

welcome bot commented Feb 28, 2025

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant