kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
429 stars 60 forks source link

Client support #31

Closed kixelated closed 1 year ago

kixelated commented 1 year ago

The current code is intended to run on a server. However, we should add client support, we can stream media to a remote server. This is a prerequisite to running as an OBS plugin.

The biggest problem is that the WebTransport library we're using only supports servers.

englishm commented 1 year ago

This is also done as evidenced by https://github.com/kixelated/moq-rs/pull/54