Johni0702 / mumble-web

An HTML5 Mumble client
682 stars 151 forks source link

Web app doesn't work! #176

Open reza3320 opened 3 years ago

reza3320 commented 3 years ago

This is first time I'm trying to build this web app and I faced some issues. For example if I wanna config apache two different problem happened. sometimes it says localhost didn’t send any data., and some time connection refused First question I got here is what should be the owner ship of the /mumble-web? And where is the document root? Is it in /mumble-web/dist ????

The other situation is I run it with websockify and it says

failed to initialize user media
refresh page to entry
not found error: requested device not found!

The other question is I couldn't access it with another computer in my network. I got connection refused or 192.168.1.5 didn’t send any data.

Skgland commented 3 years ago

Unless I am mistaking websockify is no longer used, instead mumble-web-proxy should be used

Skgland commented 3 years ago

For the Apache Setup this comment might be helpful

reza3320 commented 3 years ago

Unless I am mistaking websockify is no longer used, instead mumble-web-proxy should be used

I tried to use mumble-web proxy but it says connection refused or 192.168.1.5 didn’t send any data.

Skgland commented 3 years ago

Do you have a firewall setup? We initially had a problem because of that and fixed it by specifying the ice port range and allowing those ports in the firewall.

reza3320 commented 3 years ago

I have ufw and I tested it with disabled ufw and it didn't work.