-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I got the build working #204
Comments
Prebuilt binaries for linux x86_64 and install instructions: https://git.termer.net/termer/mumble-web-prebuilt |
Do you have an idea how to get ICE working with your setup? I am facing the same issue as described here: #112 This is what my
I am forwarding a UDP port range from 49152 to 65535 from the firewall router to the server that mumble-web-proxy runs on. But both in the Firefox browser console and Thanks for the help! Edit: hmm is it possible that this fails because the internal server mumble-web-proxy runs on is ipv6 capable, but the firewall is currently ipv4 only? |
@poVoq I would make sure that the ports are unblocked on both IPv4 and IPv6. I had loads of issues connecting over WebRTC. It wouldn't work on Chrome but it would work on Firefox for me, but some friends were unable to get it working on any browser on their computers. I tried using the fallback websocket transport, but it's nearly unusable. In short, I don't have a satisfactory answer and I think the software isn't ready to be used widely. |
Not exactly the answer I was hoping for, but still thanks! I guess I need to get IPv6 working on my firewall... |
If you find more useful information, let me know |
Thanks for this helpful info, and for the prebuilt binaries. Debian dropped support for Python 2 with Debian 12 (which is the current "stable" release) onward so new Debian installs either don't have a There are several workarounds:
I tried both the apt sources.list way, and the local Python build way. Both worked. |
Since many people are having trouble getting it to build, here's the environment that I finally got it to build in:
OS: Debian 11 64bit (virtual machine)
Dependencies: make, g++, gcc, clang, python2
I installed Node v14.21.3 with NVM and did
npm install
normally. It took a very long time but eventually it built.The build failed with Node 16 and versions earlier than 14.21.3, so use that version.
Perhaps these requirements can be put in the README.
The text was updated successfully, but these errors were encountered: