From c53b3ddbe00309f2577032c9566d00db7f32e8a4 Mon Sep 17 00:00:00 2001 From: kixelated Date: Fri, 25 Aug 2023 16:36:06 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 668903b..62019f1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # 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/). +See the [MoQ working group](https://datatracker.ietf.org/wg/moq/about/) for more information. + +This repository contains reusable libraries and a relay server. +It requires a client to actually publish/view content, such as [moq-js](https://github.com/kixelated/moq-js). + +Join the [Discord](https://discord.gg/FCYF3p99mr) for updates and discussion. -This repository is a Rust server that supports both contribution (ingest) and distribution (playback). -It requires a client, such as [moq-js](https://github.com/kixelated/moq-js). ## Setup