Using the Kaltura player FlashVars parameter, it's possible to set the default language to English or other languages. We'd like to set it to None
, to force captions off, but there does not appear to be a way do this. Are we mistaken?
Here's how to set the language to English as a FlashVar:
closedCaptionsOverPlayer.defaultLanguageKey=en
Instead of a value of en
, we have tried off
, null
, none
, ''
, 0
, and nothing
, but none of those had any apparent effect: captions still appear when the player loads a video.
The test / preview tool related to the use of captions (http://kgit.html5video.org/pulls/421/docs/CaptionsKalturaApi) has no choice for forcing them off, as far as we can see.
-Ken
cc
plugin not loaded.kdp.sendNotification('showHideClosedCaptions');
to hide it.