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
trafficstars

The crc crate has released finally released a new version featuring an improved algorithm that greatly increases performance. The new algorithm uses a few Kb more of lookup tables which...

Implemented like in pion https://github.com/pion/webrtc/pull/2564

WebRTC 0.10 works fine -- but when I've upgraded to 0.11, there's a crash due to the changed with the rusttls backend. We worked around this by installing our own...

If a channel bind (refresh) fails with a stale nonce error, the nonce should be refreshed and the attempt should be retried. This seeks to fix https://github.com/webrtc-rs/webrtc/issues/542

In a personal project I was getting errors since I made an ed25519 using openssl and it is in PKCS#8 v1 format :). This PR should fix that

Version: `0.11.0` Looks like there's a regression in `0.11.0` compared to `0.8.0`, that i am currently using, here's a minimal code that reproduces the potential bug: ```rust use webrtc::{ api::{...

This just started happening recently with matchbox, and there was no change to matchbox. I get this is probably related to a recent webrtc push. On Chrome, when I connect...

https://docs.rs/crate/rtp/0.10.0/source/Cargo.toml.orig points to the archived repo: ```toml repository = "https://github.com/webrtc-rs/rtp" ```

I'm trying to use the restart functionality of the ICE agent, however I cannot get this function to work. When I'm trying to call dial/accept a second time a **ErrMultipleStart**...