mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Host a relay on Hetzner (#114)
We are hosting a [MoQ](https://quic.video) relay on a remote (bare metal) server on Hetzner With a lot of help from @victorpahuus
This commit is contained in:
20
packages/moq/README.md
Normal file
20
packages/moq/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user