webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

A pure Rust implementation of WebRTC

Results 177 webrtc issues
Sort by recently updated
recently updated
newest added

with nightly rustc RUSTFLAGS="-Z sanitizer=leak" cargo test these four crates have memory leaks

help wanted
performance improvement

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...

question

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...

bug

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...

benchmark

[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...

enhancement
good first issue

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...

bug
subcrate:dtls