Feature request: support for custom caption rendering #1050
sampotts
started this conversation in
Feature requests
Replies: 2 comments
-
Is there any update here? @rkrishnan8594 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for sharing this idea, @sampotts. I agree that this would be a nice feature for the SDK to support. I've converted this to a discussion as it's not a bug report, but I'll ensure this is added to our list of improvements to prioritize. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected Behavior
It would be awesome if there was a way that the player.js SDK could support custom caption rendering in that it's possible to call
enableTextTrack
while hiding the default/Vimeo rendering of captions and still gettingcuechange
events.Actual Behavior
I've tried
cc=false
but while I can still get the tracks with getTextTracks, it's not possible to enable a textTrack and getcuechange
events.Steps to Reproduce
Will create a repro asap.
Beta Was this translation helpful? Give feedback.
All reactions