webrtc
webrtc copied to clipboard
A pure Rust implementation of WebRTC
IPv6?
Hey folks, thanks so much for the amazing library. We're using it over in firezone/firezone with good results so far. However, we noticed that testing with IPv6 addresses seems to...
Thank you for maintaining `webrtc-rs`! We really appreciate your work over at [Zoo/@KittyCAD](https://github.com/KittyCAD). I've hit an issue that's a bit outside my ability to instrument at the moment, I couldn't...
This is a patchset which at least improves using webrtc-rs on a SFU with simulcast and firefox as a client I found that the simulcast example didn't work for Firefox....
Work in progress of https://github.com/webrtc-rs/webrtc/issues/522
https://github.com/webrtc-rs/webrtc/issues/289#issuecomment-1271677760 Forgot to make a PR and stick my long-winded text there, but whatever, is is the draft PR :) (I'll fix the tests momentarily, forgot I'd changed a structural...
I'm working on compiling WebRTC on the Xtensa (ESP32s3) platform. - Tokio was recently updated to support more platforms, but certain features are not available (and may never be). The...
Previously, RTCPeerConnection's remove_track took a `&Arc` while its add_track took an `Arc` for its argument, and semantically it makes sense for these two methods to have the same parameters. This...
Hi all. My company is in the process of building a product on top of this project, and we are looking to become regular contributors to the webrtc-rs ecosystem. As...
This allows you to access the inner connection state of the DTLS connection. Having the connection identity is helpful in server code.
TODO: + [x] Tests