@meisterplayer/plugin-smooth
v5.3.1
Published
Smooth plugin for Meister
Downloads
5
Readme
Smooth plugin for Meister player
Allows playback of Smooth streams using the HasPlayer library.
Getting started
To start using smooth simply add the Smooth
object in your Meister configuration and configure the item to have the type mss
.
var meisterPlayer = new Meister('#player', {
Smooth: {}
});
meisterPlayer.setItem({
src: 'INSERT_SMOOTH_STREAM_URL_HERE',
type: 'mss',
});