m1k1o / neko-rooms

Selfhosted collaborative browser - room management for n.eko
Apache License 2.0
458 stars 63 forks source link

WebRTC: ICE failes #132

Open Serph91P opened 2 months ago

Serph91P commented 2 months ago

used the script for a vps and a domain. I can acces the rooms page and login. Created a room. The room gets created. I try to access it. Loads a couple of seconds then get the message "Disconnected peer failed" In the dev logs form the browser I can see: WebRTC: ICE failed, add a STUN server and see about:webrtc for more details

How do I fix this? I used the script because I could not get it to work with my current vps reverse porxy setup but get the same error with the script.

BTW why do you use traefik 2.4 if there is 3.1?

m1k1o commented 1 month ago

That seems like a network problem, check that the ports are properly forwarded. https://neko.m1k1o.net/#/getting-started/troubleshooting

BTW why do you use traefik 2.4 if there is 3.1?

No reason, back then it was the newest version. It could be upgraded if tehre are no breaking changes.