Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documentation Crates.io License: MIT

moq-net

The Rust networking layer for Media over QUIC: real-time pub/sub with built-in caching, fan-out, and prioritization, on top of QUIC.

At session setup moq-net negotiates one of two wire protocols: the simplified moq-lite protocol (the default) or the full IETF moq-transport protocol. This means clients work with any moq-transport CDN.

Live media is built on top of this layer using something like hang.

  • Broadcasts: Discoverable collections of tracks.
  • Tracks: Named streams of data, split into groups.
  • Groups: A sequential collection of frames, usually starting with a keyframe.
  • Frame: A timed chunk of data.

Examples