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

First of all, I'm so glad this project exists! I initially attempted to complete my project directly in Kotlin on the JVM, but the WebRTC support, even when wrapping the...

when i do this step "Run `echo $BROWSER_SDP | ./target/debug/examples/play-from-disk-h264 -v examples/test-data/output.h264 -a examples/test-data/output.ogg`" and i put the $BROWSER_SDP it gave me error invalid byte 32. I already used the...

I am writing a WebRTC peer using this crate, making an offer and acting as a server during the TLS handshake. This peer is meant to talk with an instance...

As it says in the title, channels appear to time out after some time of inactivity (~15 minutes). Which is probably fine. However, when traffic occurs again later on, this...

Noticing this error occasionally: https://github.com/webrtc-rs/webrtc/blob/master/sctp/src/association/association_internal.rs#L2032 This is so unreliable that even the peer connection is seen affected after, with datachannels being unable to be initiated from the frontend. Is there...

I have a program working as a proxy to convert RTSP stream to WebRTC stream so I can visit my cameras on the browser, normally a connection is closed when...

/home/nvidia/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webrtc-mdns-0.6.1/src/conn/mod.rs:75 | Error getting interfaces: Os { code: 24, kind: Uncategorized, message: "Too many open files" } There seem to be a socket file leak happening, My code is similar...

Makes `RTCRtpSender` capable of configuring RTX streams. Incoming RTX streams are already handled at the SDP/SDES layer and then processed by `RTCRtpReceiver::receive_for_rtx`. This means interceptors can bind to remote RTX...

There is always a situation where the instantaneous bitrate is high