moq-net 0.1.0

Media over QUIC - Networking layer (negotiates moq-lite or moq-transport)
Documentation

Documentation Crates.io License: MIT

moq-net

The Rust networking layer for Media over 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.

Previously published as moq-lite; renamed to clarify that this is the networking layer, not a specific wire protocol.

Examples