Multiple Audio Tracks
& Multiple Subtitles
Display multi language and audio options available with the Bitmovin player
This demo page showcases the Bitmovin Player’s ability to handle streams which have audio available in multiple languages alongside multiple subtitles.
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);
Multi audio tracks
Bitmovin supports multiple audio/language tracks, without the need of duplication or repackaging the video, either for live or on-demand content. Due to the flexibility of DASH, content publishers can easily provide multiple language tracks for video assets, where our player supports multi-bitrate audio tracks also in multi-language scenarios. The Bitmovin Player also allows viewers to instantaneously switch to an alternate audio track either before or during playback.
Bitmovin also supports subtitles and closed captions. Switching during playback of the video to different subtitles is possible. The subtitles are fully separated from the original video files.