ec-node: WebTransport publish + web hang-watch

This commit is contained in:
every.channel 2026-02-16 12:54:42 -05:00
parent 791c7beee7
commit 339aef50e0
No known key found for this signature in database
19 changed files with 1355 additions and 2229 deletions

View file

@ -47,6 +47,23 @@ Runbook:
cat docs/USAGE.md
```
## WebTransport Watch (MoQ)
Publish (node -> Cloudflare relay):
```sh
cargo run -p ec-node -- wt-publish \
--url https://relay.cloudflare.mediaoverquic.com/ \
--name la-nbc \
--input http://<hdhr-host>/auto/v4.1
```
Watch (web):
```txt
https://every.channel/watch?url=https%3A%2F%2Frelay.cloudflare.mediaoverquic.com%2F&name=la-nbc
```
Coverage:
```sh