moq-relay-ietf

Crates.iomoq-relay-ietf
lib.rsmoq-relay-ietf
version0.7.2
sourcesrc
created_at2024-10-23 14:25:48.029832
updated_at2024-11-01 18:06:26.099697
descriptionMedia over QUIC
homepage
repositoryhttps://github.com/englishm/moq-rs
max_upload_size
id1420214
size98,334
Mike English (englishm)

documentation

README

moq-relay

A server that connects publishing clients to subscribing clients. All subscriptions are deduplicated and cached, so that a single publisher can serve many subscribers.

Usage

The publisher must choose a unique name for their broadcast, sent as the WebTransport path when connecting to the server. We currently do a dumb string comparison, so capatilization matters as do slashes.

For example: CONNECT https://relay.quic.video/BigBuckBunny

The MoqTransport handshake includes a role parameter, which must be publisher or subscriber. The specification allows a both role but you'll get an error.

You can have one publisher and any number of subscribers connected to the same path. If the publisher disconnects, then all subscribers receive an error and will not get updates, even if a new publisher reuses the path.

Commit count: 279

cargo fmt