mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
We are hosting a [MoQ](https://quic.video) relay on a remote (bare metal) server on Hetzner With a lot of help from @victorpahuus
21 lines
632 B
Markdown
21 lines
632 B
Markdown
# Media over QUIC
|
|
|
|
Media over QUIC (MoQ) is a live media delivery protocol utilizing QUIC streams.
|
|
See the [Warp draft](https://datatracker.ietf.org/doc/draft-lcurley-warp/).
|
|
|
|
This is a Typescript library that supports both contribution (ingest) and distribution (playback).
|
|
It requires a server, such as [moq-rs](https://github.com/kixelated/moq-rs).
|
|
|
|
## Usage
|
|
|
|
```
|
|
npm install @kixelated/moq
|
|
```
|
|
|
|
## License
|
|
|
|
Licensed under either:
|
|
|
|
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|