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

So I'm trying to use this software to write data from a remote WebRTC stream from a site called RTSPtoWeb. I've gone through all of the steps to use software,...

Hi, I'm looking to implement either ulpfec or flexfec for our low-latency video-only stream and was wondering to what extend is that supported by this family of crates. I understand...

When `RTCSessionDescription::answer` method called With given SDP: "v=0 o=- 7278326677029790277 948520000 IN IP4 0.0.0.0 s=- t=0 0 a=fingerprint:sha-256 8E:2B:90:AA:25:9A:A1:D8:60:3F:0B:15:C2:34:0E:84:3C:64:0F:00:45:5B:D2:F2:92:16:0A:7E:5B:D9:57:C6 a=group:BUNDLE 0 1 m=audio 9 UDP/TLS/RTP/SAVPF 111 9 0 8 c=IN...

`cargo run --example dial_verify -- --server 127.0.0.1:4444` ``` [steddy@nowhere webrtc]$ cargo run --example dial_verify -- --server 127.0.0.1:4444 Finished dev [unoptimized + debuginfo] target(s) in 0.33s Running `target/debug/examples/dial_verify --server '127.0.0.1:4444'` /home/steddy/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/src/poll.rs:532...

Hello. Our application receives SDP offer from `webrtc.rs` and sets `setup:active` in the answer. Then our application starts dtls handshake by sending `client_hello` with list of elliptic curve groups supported...

I am running some load tests and have come across a rare case where SCTP fails to establish a connection. If I start 1000 `PeerConnection`s in parallel, roughly 0.5% of...

Clicking links on crates.io or docs.rs redirects to these old repos instead of here.

Refs https://github.com/pion/webrtc/issues/1396 Right now maximum message size is [fixed to 65kB](https://github.com/webrtc-rs/webrtc/blob/c9409ba18ece3516d4346811fde7bb564ce8d2e6/webrtc/src/sctp_transport/mod.rs#L107). We should respect `max-message-size` attribute from the remote's SDP.

enhancement
subcrate:data

It's me again doing weird stuff with this crate :) This is possibly related to #308 The most minimal example I could come up with is an offer with two...

bug

#386 partially solved issues with initial packets being missed. For `read_rtp` we now don't miss any packets, however the very first packet is **not** processed by interceptors

bug