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 `on_track` event currently fires too late, it should fire after setting a remote answer, but instead it only fires after the first RTP packets are received. What should happen...

enhancement
spec-compliance

Hi all, I'm trying to test the bandwidth of the Data Channel based on [your example](https://github.com/webrtc-rs/webrtc/blob/master/examples/examples/data-channels/data-channels.rs) I didn't change too many codes except the data channel callbacks. I tried to...

Hello everyone, First of all, thank you all for this incredible project and all your efforts ! I have a question about the use of the HashMap behind the Mutex....

To have, e.g. SCTP Association being able to be serialized/deserialized.

Hi, I was wondering if there was a way to reuse code written with this lib in a frontend wasm project, obviously not all features, but maybe a subset.

enhancement
help wanted

Currently intercepting outbound RTCP to read sent packets via `RTCPWriter` doesn't work because these outbound writers aren't configured to take part in the interceptor chain. There are issues with the...

bug
subcrate:interceptor

Currently sequence numbers for outbound RTP packets are created internally inside the track(in the case of `TrackLocalStaticSample`) and by the user in case of `TrackLocalStaticRTP`. There are several problems with...

bug

The [RFC for NACK](https://www.rfc-editor.org/rfc/rfc4588.html) talks about using heuristics to decide if it's worth resending RTP packets when receiving a NACK. For example, one can consider the age of the original...

enhancement
good first issue

https://github.com/pion/webrtc/pull/2192

enhancement
subcrate:sctp

Hi, So this is a bit of a weird case. I have an offer SDP looking like this (abbreviated) ```markdown ... (session level stuff) m=audio 9 UDP/TLS/RTP/SAVPF 111 0 8...

bug
subcrate:sdp