-
I am trying to set a signalling server to replace the original signalling server which is "wss://webrtc-signaling.herokuapp.com:443/ws/" to my custom generated server. Till now i have tried to set th…
-
Motivation: instant replies are important for sites like 4chan. The IPNS updates can only occur every X minutes. Also useful for reddit live threads.
#### Design idea for instant replies
a pubsu…
-
> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing, in which environment, or which y-* versio…
-
Hey @stasel, I'm seeing a crash in my app that uses the WebRTC package, and I can reproduce that same crash in your demo app (WebRTC-iOS). I'm wondering if you've seen it before or have any idea what …
-
The Author changed the code recently - instead of using Firebase, he implements his own signaling server. You can change this to use localhost, like here:
https://github.com/muaz-khan/WebRTC-Experimen…
-
Pion seemingly connects to OME https://github.com/AirenSoft/OvenMediaEngine
```
ome-to-pion-ome-1 | [2023-10-26 15:00:42.273] I [SPICE-t3478:19] ICE | ice_port.cpp:606 | Turn client h…
-
The maxConns option is currently ignored for incoming connections, so there's effectively no limit the number of incoming connections that we accept.
For TCP, we could just immediately destroy the in…
-
As said in other suggestions, all multiplayer ideas can be packed into one series. The easiest way to go would be creating one, simple project and then convert it to different multiplayer suggestions …
-
FlyWeb provides mDNS-ish announcements and discovery in Firefox. This sounds ideal for WebRTC signaling. Instead of fixed signaling servers, ipfs in a browser tab can announce itself to the local netw…
ghost updated
4 years ago
-
### Why?
Because current RTCMultiConnection presence detection model is kind of very poor. 98% of connections failed out of signaling and presence detection failures.
### How?
Need to separate API i…