every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
16
docs/MOQ_NOTES.md
Normal file
16
docs/MOQ_NOTES.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# MoQ notes
|
||||
|
||||
Reference: https://blog.cloudflare.com/moq
|
||||
|
||||
- MoQ (Media over QUIC) is a publish/subscribe protocol for media on QUIC.
|
||||
- The data model uses track namespaces, tracks, groups, and objects.
|
||||
- Relays can cache and forward objects to many subscribers.
|
||||
- MoQ is designed to bridge low-latency media delivery with scalable distribution.
|
||||
- Browsers are expected to connect via WebTransport.
|
||||
|
||||
## Mapping to every.channel
|
||||
|
||||
- Each channel becomes a track namespace with tracks for video/audio.
|
||||
- Each chunk is a MoQ object with deterministic IDs.
|
||||
- Relays store objects and can serve them from any location.
|
||||
- Object metadata includes optional timing fields (chunk index, PCR/UTC anchors) to support convergence.
|
||||
Loading…
Add table
Add a link
Reference in a new issue