Skip to content

Commit b438d17

Browse files
committed
docs: use generic relay example URIs
1 parent 4e75ff8 commit b438d17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ To attempt a live publish against a relay:
285285
```bash
286286
OPENMOQ_PICOQUIC_TRACE=1 ./build/openmoq-publisher \
287287
--input sample.mp4 \
288-
--endpoint moqt://interop-relay.cloudflare.mediaoverquic.com:443/moq \
288+
--endpoint moqt://relay.example.com:443/moq \
289289
--namespace interop \
290290
--forward 0 \
291291
--timeout 10 \
@@ -298,7 +298,7 @@ Publish the same stream with SAP timeline tracks included:
298298
```bash
299299
OPENMOQ_PICOQUIC_TRACE=1 ./build/openmoq-publisher \
300300
--input sample.mp4 \
301-
--endpoint moqt://interop-relay.cloudflare.mediaoverquic.com:443/moq \
301+
--endpoint moqt://relay.example.com:443/moq \
302302
--namespace interop \
303303
--forward 0 \
304304
--timeout 10 \

0 commit comments

Comments
 (0)