/mpegts-video-player

Primary LanguageJavaScriptApache License 2.0Apache-2.0

HTML5 MPEG2-TS stream video player forked from https://github.com/xqq/mpegts.js.

Expanded to use Streamr SDK as a possible source for streaming MPEG2-TS video/audio data.

Streamr SDK integration has been added to src/io/custom-loader.js class.

Quick start:

For development:

How to start local development server with hot-reload.

npm ci
npm run serve

For production deployment:

How to build a production player.

npm ci
npm run build