Skip to content

streamr-dev/mpegts-video-player

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published