Replies: 2 comments 1 reply
-
@kospl thanks for the feedback! Have you looked at https://github.com/vimeo/player.js#gettexttracks-promiseobject-error ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is what we currently have to do to enable captions:
looks pretty easy, but with |
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
To be able to set player option to enable default texttrack (captions) for a video.
Actual Behavior
Captions cannot be enabled with simple
true/false
option, required to specify language of atexttrack
, see embed options.This causes a lot of pain to enable captions for user:
cc: true
for user who wants captions displayed everywhere.en
) in player may result in no captions displayed, if user who uploaded video specifieden-US
oren-GB
language for their captions.Then we need to guess which captions we need to show, and it becomes huge amount of code, which could be easily handled by player code if such option like
cc: true
existed.Thanks for looking at this feature request.
Beta Was this translation helpful? Give feedback.
All reactions