kixelated / moq-rs

Rust library for Media over QUIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream prioritization

kixelated opened this issue · comments

The WebTransport library we're using doesn't expose stream priorities, even though the underlying QUIC library supports it.

I'm thinking we fork the library and add a field. In the long-run, I'm not use the h3::webtransport crate is even the best fit, because it has a HTTP/3 centric API. I would advocate for a minimal layer on top of quinn that ONLY supports WebTransport and implements the bare minimum HTTP/3 internals behind the scenes.