moq-lite 0.10.1

Media over QUIC - Transport (Lite)
Documentation

Documentation Crates.io License: MIT

moq-lite

A Rust implementation of the Media over QUIC transport.

This crate provides the core networking layer, implementing the moq-lite specification. 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