This repository contains the code for quic.video.
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.
Install the dependencies with bun
:
bun i
Run the development web server:
bun dev
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)