https://github.com/streamr-dev/mpegts-video-player
https://github.com/streamr-dev/mpegts-video-player
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/streamr-dev/mpegts-video-player
- Owner: streamr-dev
- License: apache-2.0
- Created: 2025-01-27T13:18:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:26:24.000Z (12 months ago)
- Last Synced: 2025-10-20T15:03:03.201Z (3 months ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```