@norskvideo/moq-js-player
v0.6.13
Published
Media over QUIC library (draft-14 fork of @moq-js/player)
Keywords
Readme
Media over QUIC
Media over QUIC (MoQ) is a live media delivery protocol utilizing QUIC streams. See the Warp draft.
Install
To install dependencies:
npm installBuild
To generate the builds:
npm run buildGenerated builds:
- IIFE:
dist/moq-player.iife.js&dist/moq-simple-player.iife.js– for direct browser usage via<script>tags. - ESM:
dist/moq-player.esm.js&dist/moq-simple-player.esm.js– for module-based usage in modern bundlers. - Type Definitions:
dist/types/moq-player.d.ts– TypeScript declarations for type-safe development.
Develop
To start the development build process (with Rollup):
npm run devThis builds the library continuously as you make changes.
License
Licensed under either:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
