nixos: disable moq-native websocket fallback for wt-publish
This commit is contained in:
parent
97c83961c5
commit
d8ae2ac747
2 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ newer draft implementations.
|
|||
|
||||
Implementation choice:
|
||||
- Cloudflare's relay preview currently does **not** support `ANNOUNCE` (namespace-style publishing). `ec-node wt-publish` uses the `moq-lite` publish model via `moq-native` and `moq-mux` (fMP4 ingestion) for Cloudflare relay compatibility.
|
||||
- On NixOS deployments, we disable `moq-native`'s WebSocket fallback (`MOQ_CLIENT_WEBSOCKET_ENABLED=false`) to ensure WebTransport (QUIC) is used. This avoids the WebSocket path occasionally "winning" the race and then failing MoQ negotiation against the Cloudflare relay, causing rapid reconnect loops.
|
||||
|
||||
### Share link
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue