0.2.3 • Published 10 months ago
@juanmanulpzg/player v0.2.3
Media over QUIC (MoQ) is a live media delivery protocol utilizing QUIC streams. See the MoQ working group for more information.
This repository contains the a web library for MoQ. It uses the browser APIs such as WebTransport and WebCodecs to support both contribution and distribution. Check out quic.video for a demo or run it locally as a UI.
This is a client only. You'll either need to run a local server using moq-rs or use a public server such as relay.quic.video.
Join the Discord for updates and discussion.
Setup
Install the dependencies with npm:
npm installDevelopment
Run the development web server:
npm run devLicense
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)