kixelated / moq-rs

Rust library for Media over QUIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client support

kixelated opened this issue · comments

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.

This is also done as evidenced by #54