Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 457 Bytes

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