Speed up station guide startup
This commit is contained in:
parent
cfc4902016
commit
797f96e7eb
8 changed files with 531 additions and 52 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue