https://appr.tc is down. How to set up own signaling server/ room server URL?

2.3k Views Asked by At

I'd developed a video calling app on Android using WebRTC and was using the https://appr.tc as the signaling server (Room Server URL). But according to https://groups.google.com/g/discuss-webrtc/c/H7XuZfgkGH0 apprtc is now taken down. When I run the AppRTC demo app I get the following error:

Connection Error
Non-200 response to POST to URL: https://appr.tc/join/room_id32864 : HTTP/1.1 404 Not Found

Could someone please show the way on how to change the Room Server URL or setup my own Room Server URL? Any help would be appreciated. Thanks

2

There are 2 best solutions below

2
Philipp Hancke On BEST ANSWER

The source code of apprtc remains available on github: https://github.com/webrtc/apprtc

You might want to read this blog post about whether to use it though: https://bloggeek.me/webrtc-signaling-server-not-use-apprtc/ The project has been effectively abandoned for years and you will have a hard time finding support.

1
parag On

Give a try to https://hub.docker.com/r/pegome/apprtc It has support for SSL and inbuilt TURN server.