kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
385 stars 56 forks source link

Datagram support #102

Open kixelated opened 10 months ago

kixelated commented 10 months ago

We should experiment with transmitting objects over datagrams.

  1. We need to add datagram support to webtransport-quinn.
  2. moq-relay should listen for incoming datagrams.
  3. moq-relay should transmit outgoing datagrams to matching subscriptions.

I don't think a cache for datagrams makes any sense. These are fire-and-forget.