mumble-web VS mumble-webcd

Compare mumble-web vs mumble-webcd and see what are their differences.

mumble-web

An HTML5 Mumble client (by Johni0702)

mumble-webcd

By johni0702
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
mumble-web mumble-webcd
5 1
662 -
- -
0.0 -
10 months ago -
JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mumble-web

Posts with mentions or reviews of mumble-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-01.

mumble-webcd

Posts with mentions or reviews of mumble-webcd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-01.
  • Low-latency audio streaming (local network)
    8 projects | /r/selfhosted | 1 Jan 2022
    # install rustcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup default 1.48.0sudo apt-get libglib2.0-dev install llvm clang# download proxy in /opt/cd /opt/git clone https://github.com/johni0702/mumble-web-proxycd mumble-web-proxycargo build --release# download web in /var/www/cd /var/www/git clone https://github.com/johni0702/mumble-webcd mumble-webnpm installecho "config.defaults.address = 'voice.roanapur.de'config.defaults.port = '443/websocket'config.defaults.theme = 'MetroMumbleDark'config.defaults.avatarurl = 'https://voice.roanapur.de/korken.png'config.connectDialog.port = falseconfig.connectDialog.address = falseconfig.connectDialog.token = falseconfig.settings.toolbarVertical = true" > dist/config.local.js# nginx site /etc/nginx/sites-enabled/voice.confserver { listen 443 ssl; listen [::]:443 ssl; server_name voice.roanapur.de; ssl_certificate /etc/letsencrypt/live/roanapur.de/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/roanapur.de/privkey.pem; root /var/www/mumble-web/dist/; location / { } location /websocket { proxy_pass http://localhost:64737; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; }}server { listen 80; listen [::]:80; server_name voice.roanapur.de; return 301 https://voice.roanapur.de$request_uri;}map $http_upgrade $connection_upgrade { default upgrade; '' close;}# syestemd unit file /etc/systemd/system/mumble-web-proxy.service[Unit]Description=mumble-web-proxyAfter=syslog.target network-online.targetWants=network-online.target[Service]User=mumble-serverGroup=mumble-serverType=simpleExecStart=/opt/mumble-web-proxy/mumble-web-proxy --listen-ws 64737 --server voice.roanapur.de:64738Restart=always[Install]WantedBy=multi-user.target# reload systemdsystemctl daemon-reload

What are some alternatives?

When comparing mumble-web and mumble-webcd you can also consider the following projects:

WebRTC-Scalable-Broadcast - This module simply initializes socket.io and configures it in a way that single broadcast can be relayed over unlimited users without any bandwidth/CPU usage issues. Everything happens peer-to-peer!

mumble-web-proxy - Mumble to WebSocket+WebRTC proxy for use with mumble-web

jam

matrix-docker-ansible-deploy - 🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

jam - 🍓 Jam is your own open source Clubhouse for mini conferences, friends, communities

simple-peer - 📡 Simple WebRTC video, voice, and data channels

server - screen sharing for developers https://screego.net/

Freepbx - This module provides a facility to install bug fixes to the framework code that is not otherwise housed in a module

MatterBukkit - A Minecraft Bukkit plugin which sends chat messages from/to MatterBridge

mumble-web-proxycd

janus-gateway - Janus WebRTC Server

Snapcast - Synchronous multiroom audio player