I miss quiche, but it was a pain to do anything asynchronous. MoQ is a pub/sub protocol so it's very important to support subscribers joining/leaving/stalling. The API is also just significantly better since quinn doesn't restrict itself to C bindings, which I'm sure will come back to haunt me when we want OBS support.
9 lines
113 B
Rust
9 lines
113 B
Rust
mod source;
|
|
pub use source::Source;
|
|
|
|
mod model;
|
|
pub use model::*;
|
|
|
|
mod watch;
|
|
use watch::{Producer, Subscriber};
|