-
The official demos for Godot's peer-to-peer networking, I believe, have much to be desired, as they don't show much applicability to a real peer-to-peer setup example. The best example of a demo I cou…
-
When attempting to instantiate a Microsoft.WinRTC.WebRtcWrapper.rtc.Thread, the WinRT.BaseActivationFactory throws an TargetInvocationException - Class not registered.
Steps to reproduce the beha…
-
First of all thank you for the amazing repository,
I have a usecase where I need to stream from multiple cameras, and have the consumers pick up which streams they want to view by negotiating with t…
-
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 of Kurento Media Server.
The handshake fail…
-
Hi everybody!
I have been working on MultiRTC, and it works perfectly well when i do on localhost, but when i try to do on real server, i have this error:
"Redirect at origin 'http://cdn.webrtc-exper…
-
Hey stargazers,
FYSA WebRTC WG at W3C is gathering P2P/DHT use cases for the next version of WebRTC which will be discussed at the June interim:
https://github.com/arewedistributedyet/arewedi…
lidel updated
5 years ago
-
### Feature Description
During the Sign Up process, the user has to input his/her signature. The experience of trying to sign in a place using mouse or trackpad is bad and the result might be inaccur…
-
### Describe the bug
After updating to 2.10.1 I cannot seem to get video streams (using the web ui) to start or remain started if a stream or two does happen to start. The logs don't show any error…
-
Related #829
Just some ideas, not sure if those are even possible/wanted.
## General
- [ ] Make diagnostics exportable
- [ ] Allow access to log files (show/export?)
## Notifications
…
-
I have an issue with my Ruby on rails 6 app. I make a video chat app with signaling-server js (WebRTC JS) and action-cable. video chat working fine on the same network in production. but it's not work…