Crate moq_transport

Crate moq_transport 

Source
Expand description

An implementation of the MoQ Transport protocol.

MoQ Transport is a pub/sub protocol over QUIC. While originally designed for live media, MoQ Transport is generic and can be used for other live applications. The specification is a work in progress and will change. See the specification and github for any updates.

Modulesยง

coding
data
error
message
Low-level message sent over the wire, as defined in the specification.
mlog
MoQ Transport logging (mlog) following qlog patterns
serve
session
setup
Messages used for the MoQ Transport handshake.
watch