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

fix(SUP-46361): Transcript visibility issue with VTT captions and Label usage in Kaltura Player v7. #234

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

Tzipi-kaltura
Copy link
Contributor

@Tzipi-kaltura Tzipi-kaltura commented Jan 9, 2025

Issue:
When caption doesn't have label, it doesn't appear in the transcript panel.

Root cause:
Caption data is saved with key of: {language}-{label} so where it no label it will be: language-undefined.
The compare is done between this string and the {language}-{label} coming from the engine, engine added name to caption when it's empty. so there is mismatch between the values.

Fix:
remove the label from the captionKay so comparing will be only between language.

@Tzipi-kaltura Tzipi-kaltura merged commit 434c243 into master Jan 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants