Giter Club home page Giter Club logo

zumble's Introduction

Zumble

A mumble server for FiveM.

Goal is to have an external server handling voice chat for FiveM servers instead of using the built-in voice chat.

This is a work in progress. Use it at your own risk.

Features

  • 100% compatible with FiveM -> drop in replacement for client natives
  • Http api to mimic server side native calls (MumbleIsPlayerMuted / MumbleSetPlayerMuted / MumbleCreateChannel)
  • Performance (multithreaded server, separated from game network)
  • Can be installed on a separate machine
  • prometheus metrics

Installation

  1. Clone this repository
  2. Build the server using cargo: cargo build --release

Future versions will include pre-built binaries in release section of GitHub.

Usage

USAGE:
    zumble [OPTIONS] --http-password <HTTP_PASSWORD>

OPTIONS:
        --cert <CERT>
            Path to the certificate file for the TLS certificate [default: cert.pem]

    -h, --http-listen <HTTP_LISTEN>
            Listen address for HTTP connections for the admin api [default: 0.0.0.0:8080]

        --help
            Print help information

        --http-password <HTTP_PASSWORD>
            Password for the http server api basic authentification

        --http-user <HTTP_USER>
            User for the http server api basic authentification [default: admin]

        --https
            Use TLS for the http server (https), will use the same certificate as the mumble server

        --key <KEY>
            Path to the key file for the TLS certificate [default: key.pem]

    -l, --listen <LISTEN>
            Listen address for TCP and UDP connections for mumble voip clients (or other clients
            that support the mumble protocol) [default: 0.0.0.0:64738]

    -V, --version
            Print version information

Credits

  • mumble-protocol for the crypt / decrypt algorithm of the mumble protocol, it was rewritten here to work on pure rust library (no openssl)

zumble's People

Contributors

joelwurtz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

zumble's Issues

UDP packets can *not* be received

Hi there!

First, thanks for the amazing jobs you guys have made.

We're having an issue using ZUMBLE on a french 250+ simultaneous player server.
Sometimes (that's the issue), players are stuck in the default Mumble channel and people can speak, but can't hear others.
After a random number of login / logout, it just works.

The only thing we've found after some investigations are those logs for EVERY stucked player :

UDP packets can *not* be received. Switching to TCP tunnel mode

And seconds later :

UDP packets can be received. Switching to UDP mode.

We're using pma-voice lastest version and FiveM build 6231

Do you have any idea about how to fix this?

Cc @ChaosQK

decrypt error

Hello, some users get "decrypt error: repeat error and they are unable to hear. It is like 1/100.
8aauaUl46g

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.