Skip to content
forked from englishm/moq-js

Fork of kixelated/moq-js to continue tracking the IETF MoQ Working Group drafts

License

Notifications You must be signed in to change notification settings

JoaquinBCh/moq-js

 
 

Repository files navigation

Media over QUIC

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 install

Development

Run the development web server:

npm run dev

License

Licensed under either:

About

Fork of kixelated/moq-js to continue tracking the IETF MoQ Working Group drafts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.8%
  • MDX 42.3%
  • JavaScript 1.9%
  • Astro 1.3%
  • Other 0.7%