webrtc
webrtc copied to clipboard
A pure Rust implementation of WebRTC
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...
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.
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...
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...
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...
https://github.com/pion/webrtc/pull/2192
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...