-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat(videoplayer): add closed captions #4036
feat(videoplayer): add closed captions #4036
Conversation
Deploy preview created for package Built with commit: 427438e58bf70cd0065d34c87b047bb7c49daf1b |
Deploy preview created for package Built with commit: 427438e58bf70cd0065d34c87b047bb7c49daf1b |
Deploy preview created for package Built with commit: 427438e58bf70cd0065d34c87b047bb7c49daf1b |
I'm assuming actual close captions would replace "Test Video - 1:1 (0:18)" under the video, correct? |
@IgnacioBecerra It will add the CC button if the video has captions. Currently only working locally, as the Kaltura environment variables for deploy previews needs to be changed to view the videos (examples in any of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @kennylam!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Related Ticket(s)
#4012
Description
Add closed caption button to
VideoPlayer
.Changelog
New