5.1.3 • Published 3 years ago

@meisterplayer/plugin-webvtt v5.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

WebVTT Plugin for Meister

This plugin allows WebVTT subtitles in the Meister player. It uses the HTML5 <track> element to play the subtitles.

Getting started

Simply add WebVtt to the Meister config and set an item to use subtitles:

var meisterPlayer = new Meister('#player', {
    WebVtt: {}
});

meisterPlayer.setItem({
    captions: [
        {
            lang: 'nl', // Language short
            src: 'URL_TO_WEBVTT_HERE',
            title: 'Dutch', // Title shown in captions selector
            type: 'webvtt',
        }
    ],
    src: 'MP4_URL_HERE',
    type: 'mp4'
});
5.1.3

3 years ago

5.1.2

6 years ago

5.1.1

6 years ago

5.1.0

7 years ago

5.0.1

7 years ago