Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 488 Bytes

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