This website requires JavaScript.
Explore
Help
Register
Sign In
rob
/
moq-rs
Watch
1
Star
0
Fork
You've already forked moq-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c04fbf2b8
moq-rs
/
moq-warp
/
src
/
lib.rs
3 lines
28 B
Rust
Raw
Normal View
History
Unescape
Escape
Migrate to quinn and async Rust (#21) 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.
2023-06-08 07:01:34 +00:00
pub
mod
app
;
cargo fmt
2023-05-02 18:05:21 +00:00
pub
mod
media
;