-
Notifications
You must be signed in to change notification settings - Fork 1.4k
apprtc websocket server down? #602
Comments
and its back up. You might still want to investigate why. |
Hello, I am facing same issue . It shows "Firefox can’t establish a connection to the server at wss://apprtc-ws.webrtc.org/ws." Could you please let us know is there any update on this ? Or is there any alternative which could be used for wss server ? Could we create our own wss server ? Thanks |
@NeelamParmar if you run apprtc in production you should absolutely run your own signaling server. apprtc uses https://github.com/webrtc/apprtc/tree/master/src/collider |
Ok, thank you . I will check it out . |
Collider is created using Go, can we create signaling server using node.js ? |
there are a bunch of nodejs signaling servers, but they use a different protocol than apprtc. |
ohh ok. |
Just wanted to report that the websocket server is down again. Timeout connecting to wss://apprtc-ws.webrtc.org/ws |
I am not hitting websocket timeouts persay, but it seems something really strange is going on with the webserver. The loopback calls in the Android Apprtc demo app are failing to connect since the offer gets sent to some abyss. |
What happens is some client goes rogue or maliciously creates thousands of bogus TLS connections to the signalling server and it runs out of sockets. Once those timeout it works again. Load balancing between the two instances was broken due to a VM name change but that has been rectified. Not sure if that will help in this situation though. |
apprtc has been shutdown, according to their GitHub repository. Farewell , AppRTC |
this has been overtaken by events indeed |
It has also shocked me
…On Wed, Feb 23, 2022, 1:02 PM Philipp Hancke ***@***.***> wrote:
this has been overtaken by events indeed
—
Reply to this email directly, view it on GitHub
<#602 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARUDRLDUQEHXN3M355OAUS3U4SERXANCNFSM4GOQVN7A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
If you are missing https://appr.tc/ , give a try to https://hub.docker.com/r/pegome/apprtc It has support for SSL and inbuilt TURN server. |
currently getting websocket timeouts, the red box says
after a while (~30s - 60s). @ggarber can see the same.
@MirkoBonadei @KaptenJansson can you please take a look? @juberti said there were cert errors recently.
The text was updated successfully, but these errors were encountered: