archive replay: add HLS DVR serve path and web mode
This commit is contained in:
parent
656ec11c73
commit
b35de70789
9 changed files with 904 additions and 26 deletions
|
|
@ -76,6 +76,15 @@ cargo run -p ec-node -- wt-archive \
|
|||
--manifest-dir /var/lib/every-channel/manifests
|
||||
```
|
||||
|
||||
Replay server (archive -> HLS DVR endpoints):
|
||||
|
||||
```sh
|
||||
cargo run -p ec-node -- wt-archive-serve \
|
||||
--output-dir /tank/every-channel/archive \
|
||||
--manifest-dir /var/lib/every-channel/manifests \
|
||||
--listen 0.0.0.0:7788
|
||||
```
|
||||
|
||||
Control protocol (iroh gossip, relay + direct transport discovery):
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue