ec-node: wt-publish via moq-transport (draft-07)

This commit is contained in:
every.channel 2026-02-17 02:00:38 -08:00
parent 7719b0b763
commit 49b969e081
No known key found for this signature in database
6 changed files with 385 additions and 52 deletions

View file

@ -52,6 +52,14 @@ Use the `@kixelated/hang` web component:
This is WebTransport + WebCodecs based, and is expected to interoperate with Cloudflare's current relay preview.
### Transport compatibility
Cloudflare's public relay currently implements a subset of the IETF MoQ Transport draft-07 and may not interoperate with
newer draft implementations.
Implementation choice:
- `ec-node wt-publish` uses `moq-native-ietf` + `moq-transport` + `moq-pub` (fMP4 ingestion) for Cloudflare relay compatibility.
### Share link
Web share link:
@ -62,4 +70,3 @@ Web share link:
- Keep existing `/api/*` bootstrap endpoints during migration.
- Make the web site prefer MoQ/WebTransport; keep legacy paths hidden behind "advanced" until removed.
- Reversible by switching the deployed assets back to the previous UI build, and/or pointing users at the legacy paths.