An open API service indexing awesome lists of open source software.

https://github.com/streamr-dev/mpegts-video-player


https://github.com/streamr-dev/mpegts-video-player

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

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
```