Luke Curley
Luke Curley
> This actually somehow intersects with the thing I recently did, for the WASM part - https://github.com/JSmith01/ai-image-converter This library is to be published to NPM, and it's not 100% complete...
Oh and to clarify, yeah I've also got the output gpu-buffer working but I think it could be simplified (claude had trouble). It would also be faster with buffer reuse,...
> I think letting applications define their own BufFactory for TQ is a good idea, it's just it was never implemented. Not quite sure what the API would look like,...
Okay yeah I tried using the `zero-copy` feature flag as is and it's extremely difficult. Here's the only way to construct a `QuicheBuf` outside of the crate, required as the...
Similarly `stream_capacity` will error unless the stream is created first.
@birneee I'm adding support now by building `web-transport-quiche` on top of `tokio-quiche`. Should take a week. I actually started `moq-rs` using quiche but wanted to build an async API and...
> [@kixelated](https://github.com/kixelated) that is great to hear! I am not too familiar with the `tokio-quiche` implementation, but I have a bit of a concern that everything gets too tightly coupled...
Oh and `quiche_moq` looks pretty cool. I've got draft-14 compatibility if you want to test it against my JS/Rust clients or Rust relay. You should join the Discord if you...
Not possible at the moment because the cache is shared. You could purge individual URLs but that's not particularly useful. Alternatively, you could change the code to make a separate...
Oh whoops I forgot to port this over. Here's the commit that removed the gstreamer stuff if you want to compare notes: https://github.com/kixelated/moq/commit/ad1ccce7f4f011f5b5172c6fb28ec85e78f9862d Can you add [envrc](https://github.com/kixelated/moq/blob/main/.envrc) and maybe even...