Opensourced MSE Low Delay player

March 28, 2018

1minute read

Flussonic offers low delay HTML5 playback that does not require Flash and works where WebRTC cannot do the job.

It has long been offered in our embed.html mechanism and now we allow using its JavaScript module in your frontend projects.

The sources are published to https://github.com/flussonic/mse-player

Install a package to your project:

npm install –save @flussonic/flussonic-mse-player

and use it with webpack:

import FlussonicMsePlayer from ‘@flussonic/flussonic-mse-player’…const player = new FlussonicMsePlayer(element, url, opts)

Find the documentation and examples on our MSE Low delay player page