-
There is always a situation where the instantaneous bitrate is high
-
Implementing VoIP calls in downstream projects is not simple. Web clients can and must use the native browser implementation, but desktop and mobile clients don’t have that option, so e.g. Fractal do…
-
## Description
The `webrtc-rs` implementation has a few fundamental issues due to its design. async callbacks require locks and prevent the idiomatic use of `&mut`. This results in problems suc…
-
This project is awesome! I had a nice time reading the codebase and particularly enjoyed the separation of `turn` vs `turn-server.
**Describe the bug**
I was able to receive the reflexive candidat…
-
I have a webrtc client made using aiortc in python and it is connecting to a webrtc server using rust ([webrtc-rs](https://github.com/webrtc-rs/webrtc))
currently I am creating a data channel and add…
-
/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" }
…
-
I just cloned the project (rev 2f4e0d498958506fef1108d96ca57b54457af5c9) and was unable to build it because _gamestreaming_'s [webrtc-rs-rtp dependency](https://crates.io/crates/webrtc-rs-rtp) cannot …
-
I wanted to open this issue as a central place for discussing the removal/supplementing of the openssl dependency. As far as I understand, this is desired, see https://github.com/algesten/str0m/issues…
-
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 I close the tab, and I'm monitoring the ICE s…
-
if rs/webrtc can be a substude for google libwebrtc for native client use, can anyone help me how to build rs/webrtc for native client use? like ios objectc + rs/webrtc ; android java jni + rs/webrtc;…