From eace2f7bfade42ca2a64d66a88c950d53133f877 Mon Sep 17 00:00:00 2001 From: kixelated Date: Tue, 7 Nov 2023 15:42:15 +0900 Subject: [PATCH] moqers clockers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c6ce68..5a4599d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This repository contains a few crates: - **moq-pub**: A publish client, accepting media from stdin (ex. via ffmpeg) and sending it to a remote server. - **moq-transport**: An async implementation of the underlying MoQ protocol. - **moq-api**: A HTTP API server that stores the origin for each broadcast, backed by redis. +- **moq-clock**: A dumb clock client/server just to prove MoQ is more than media. There's currently no way to view media with this repo; you'll need to use [moq-js](https://github.com/kixelated/moq-js) for that.