kixelated
56adbf89f5
Relay support ( #38 )
...
Untested for contribution while I work on JS stuff.
2023-06-26 11:51:06 -07:00
kixelated
3daa2f4812
Cargo layout ( #36 )
...
Combine moq-transport and moq-media into one crate again.
I might regret this because moq is taken on crates.io.
2023-06-16 20:36:07 -07:00
kixelated
d7872ef77d
Implement (forked) moq-transport-00 ( #34 )
...
Not backwards compatible.
JS side: https://github.com/kixelated/moq-js/pull/14
2023-06-16 11:38:19 -07:00
kixelated
c88f0b045a
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 00:01:34 -07:00
Luke Curley
c09306fd8c
Rename the quiche fork.
2023-05-26 14:59:00 -07:00
kixelated
1febcb2e4a
Serve the certificate fingerprint over HTTP ( #20 )
...
It's a bloated solution, but it's required for local development until
Chrome supports self-signed WebTransport CAs.
2023-05-24 17:20:44 -07:00
Luke Curley
38ea8983d4
Split the web player into it's own repo.
...
https://github.com/kixelated/moq-js
2023-05-24 13:29:18 -07:00