Skip to content

gfronza/clappr-smooth-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clappr-smooth-plugin

Microsoft Smooth Streaming support for Clappr player.

How to use

Import smooth.min.js

<script type="text/javascript" src="smooth.min.js"></script>

and create Clappr Player adding the external plugin:

var player = new Clappr.Player({
    source: "http://your.domain/Manifest",
    parentId: "#player-wrapper",
    plugins: {'playback': [Smooth]},
});

Development

Install dependencies:

npm install

Local environment:

node_modules/webpack/bin/webpack.js --watch

Minified version:

npm run release

About

Microsoft Smooth Streaming support for Clappr Player

Resources

License

Stars

Watchers

Forks

Packages

No packages published