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

Turn off feeding caption tracks into embedded player #5688

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Conversation

masaball
Copy link
Contributor

Captions are currently contained in the HLS manifest and these are parsed by VideoJS. We do not need to manually provide text tracks to the embedded player because of this. This commit also includes a change to the filtering of captions for the embedded player for if/when we reenable manually providing them so that issues will not arise for implementers who run the caption file migration.

Captions are currently contained in the HLS manifest and these are
parsed by VideoJS. We do not need to manually provide text tracks to the
embedded player because of this. This commit also includes a change to
the filtering of captions for the embedded player for if/when we reenable
manually providing them so that issues will not arise for implementers who
run the caption file migration.
Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@cjcolvar cjcolvar merged commit bec737f into develop Feb 20, 2024
2 checks passed
@cjcolvar cjcolvar deleted the embed_captions branch February 20, 2024 18:37
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

Successfully merging this pull request may close these issues.

2 participants