This shows the Bitmovin Player and a stream with captions. Through the UI you can update many settings on how the captions are displayed
var conf = {
key: '<YOUR PLAYER KEY>'
};
var source = {
dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel.mpd',
hls: 'https://cdn.bitmovin.com/content/assets/sintel/hls/playlist.m3u8',
poster: 'https://cdn.bitmovin.com/content/assets/sintel/poster.png'
};
var playerContainer = document.getElementById('player-container');
var player = new bitmovin.player.Player(playerContainer, conf);
player.load(source);
The Bitmovin adaptive HTML5 video player supports a wide range of closed captions formats. With each of them it's possible for your viewer to adapt the display options, their preferences will be stored. For more information about all the supported options head over to the tutorial section.
The small gear icons next to the subtitles menu point gives you access to the menu with all settings.
Here you can see the different options the player offers: