Webrtc server video/audio

For doing real time video/audio over webrtc, on the server side:

does Rust have anything ?

Well, since Rust interoperates fairly easily with C/C++, the official C++ WebRTC libraries could be used. For the client side (isn't WebRTC a p2p protocol -- besides the NAT-busting -- anyway?), the Signal app for example drives the C++ WebRTC with a Rust crate called ringrtc, and is starting to rewrite parts of it in Rust.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.