meisterplayer / media-smooth

Meisterplayer plugin for Smooth streams (uses HasPlayer).

Home Page:https://www.meisterplayer.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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',
});

About

Meisterplayer plugin for Smooth streams (uses HasPlayer).

https://www.meisterplayer.com/

License:Other


Languages

Language:JavaScript 99.9%Language:Shell 0.1%