From f4decfd41b7dd4239fa5d21aa9281d7975b14271 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 28 Jun 2026 16:29:24 +0200 Subject: [PATCH] docs: fix MoQ read URL (#5904) --- docs/4-read/01-moq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4-read/01-moq.md b/docs/4-read/01-moq.md index b79e8667..1625f3cc 100644 --- a/docs/4-read/01-moq.md +++ b/docs/4-read/01-moq.md @@ -12,7 +12,7 @@ There are some limitations and requirements that are listed in [Publish with Med You can read a stream with Media-over-QUIC and a web browser by visiting: ``` -https://localhost:8892/mystream/publish +https://localhost:8892/mystream ``` The only clients that can currently read with Media-over-QUIC are [Web browsers](07-web-browsers.md).