Speed up station guide startup
Some checks are pending
ci-gates / checks (push) Waiting to run
deploy-cloudflare / checks (push) Waiting to run
deploy-cloudflare / deploy (push) Blocked by required conditions

This commit is contained in:
Conrad Kramer 2026-06-10 02:34:44 -07:00
parent cfc4902016
commit 797f96e7eb
No known key found for this signature in database
8 changed files with 531 additions and 52 deletions

View file

@ -79,7 +79,7 @@ Publish (node -> Cloudflare relay):
```sh
cargo run -p ec-node -- wt-publish \
--url https://cdn.moq.dev/anon \
--url https://relay.every.channel/anon \
--name la-nbc \
--input http://<hdhr-host>/auto/v4.1 \
--control-announce \
@ -91,14 +91,14 @@ cargo run -p ec-node -- wt-publish \
Watch (web):
```txt
https://every.channel/watch?url=https%3A%2F%2Fcdn.moq.dev%2Fanon&name=la-nbc
https://every.channel/watch?url=https%3A%2F%2Frelay.every.channel%2Fanon&name=la-nbc
```
Archive (relay -> CAS objects + JSONL manifests):
```sh
cargo run -p ec-node -- wt-archive \
--url https://cdn.moq.dev/anon \
--url https://relay.every.channel/anon \
--name la-nbc \
--output-dir /tank/every-channel/archive \
--manifest-dir /var/lib/every-channel/manifests
@ -122,7 +122,7 @@ cargo run -p ec-node -- control-listen --gossip-peer <node-b-endpoint-addr-json>
# Announcer (on node B)
cargo run -p ec-node -- control-announce \
--stream-id la-nbc \
--relay-url https://cdn.moq.dev/anon \
--relay-url https://relay.every.channel/anon \
--relay-broadcast la-nbc \
--gossip-peer <node-a-endpoint-addr-json>