You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -181,7 +193,7 @@ Current status as of March 12, 2026:
181
193
- QUIC handshake succeeds against `draft-14.cloudflare.mediaoverquic.com:443` and `interop-relay.cloudflare.mediaoverquic.com:443`
182
194
-`CLIENT_SETUP` succeeds and the client prints the negotiated connection ID to stdout after setup
183
195
-`PUBLISH_NAMESPACE` is accepted with `PUBLISH_NAMESPACE_OK`
184
-
- the current client then waits for inbound `SUBSCRIBE_NAMESPACE` / `SUBSCRIBE`
196
+
-with `--forward 0`, the current client then waits for inbound `SUBSCRIBE_NAMESPACE` / `SUBSCRIBE`
185
197
- those Cloudflare endpoints did not issue subscriptions during these tests, so the publish attempt timed out waiting for control-stream data
186
198
187
199
The older `moq-relay.red5.net:8443` endpoint behaved worse in earlier testing: setup did not complete reliably, and repeated malformed-control testing was reported to crash the relay. Prefer the Cloudflare endpoints for routine interop checks.
@@ -229,6 +241,7 @@ Transport-oriented CLI flags are also present now:
229
241
--input sample.mp4 \
230
242
--endpoint localhost:4433 \
231
243
--namespace media \
244
+
--forward 0 \
232
245
--alpn moq-00 \
233
246
--insecure
234
247
```
@@ -240,6 +253,7 @@ Current status:
240
253
-`--endpoint` now enters the real picoquic-backed transport path when the project is built with local picoquic and picotls support
241
254
- the local picoquic loopback handshake works, including object publication over QUIC streams
242
255
-`--namespace` lets you choose the advertised track namespace during transport tests
256
+
-`--forward 0|1` selects whether the publisher waits for `SUBSCRIBE` (`0`) or immediately sends `PUBLISH` requests and forwards objects after namespace announce (`1`)
243
257
- after setup completes, the CLI prints `connection_id=<hex>` to stdout
244
258
- interoperability against external relays is partially working at setup and namespace announce, but not yet at end-to-end subscription delivery
0 commit comments