This plugins allows youtube videos to be embedded in the meister player.
To get started simply add the Youtube: {}
and YoutubePlayer: {}
to the meister configuration object:
var meisterPlayer = new Meister('#player', {
Youtube: {},
YoutubePlayer: {},
});
meisterPlayer.setItem({
src: '_FVgD5KJPyE', //Only youtube ID's are supported
type: 'youtube'
});