webrtc
webrtc copied to clipboard
A pure Rust implementation of WebRTC
with nightly rustc RUSTFLAGS="-Z sanitizer=leak" cargo test these four crates have memory leaks
I'm looking to create a time-lapse from a WebRTC that needs to be externally triggered to capture frames at non-regular intervals (resulting in an mjpeg or similar). Is it possible...
If I use Chrome with the following steps: * Add microphone track * Remove microphone track I get an endless loop of `on_negotiation_needed`. Here are the relevant SDPs. 1. (add...
Hello. My stream slows down on different devices with 30+ clients. I'm creating a test video from an gstreamer, sending it to TrackLocalStaticRTP. What could be the problem? ## Send...
[Error](https://github.com/webrtc-rs/webrtc/blob/master/src/error.rs#L381) contains `new(String)` - This is bad code!!!!! i get such an error: ```sh >> new("io error: Conn is closed") ``` i expected to get: `Error::ErrConnectionClosed ` I get this...
Vortex
Vortex Dependencies https://github.com/revoltchat/vortex
It appears that DataChannel parameters: `id` `maxRetransmits` & `maxPacketLifetime` were not translated completely from https://github.com/pion/webrtc/blob/master/datachannel.go#L26 These parameters are able to have a value of `nil` in Pion, which allows for...
Could anyone help me out here? I am attempting to set up connectivity of a WebRTC-rs client DataChannel with https://github.com/naia-rs/naia-socket ... and it appears that the DTLS handshake is failing...
example: pub type FnTimeGen = Arc Pin