mumble-web-proxy icon indicating copy to clipboard operation
mumble-web-proxy copied to clipboard

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

Results 11 mumble-web-proxy issues
Sort by recently updated
recently updated
newest added

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: libnice-dev, libssl-dev,...

I am trying to build the program again, but this time running into a different build error. ``` error: failed to run custom build command for `libnice-sys v0.3.0` Caused by:...

Compiling rtp v0.1.0 (https://github.com/johni0702/rtp?rev=6c0223d#6c0223d8) error[E0282]: type annotations needed --> /home/donpimpin/.cargo/git/checkouts/rtp-23e67d7854ed482f/6c0223d/src/rfc3711.rs:477:19 | 476 | let iv = iv ^ (BigUint::from(1_u8) /home/donpimpin/.cargo/git/checkouts/rtp-23e67d7854ed482f/6c0223d/src/rfc3711.rs:511:19 | 510 | let iv = iv ^ (BigUint::from(1_u8)

I needed libglib2.0-dev (not listed in readme) for the build.

The build is successful with Rust v1.45.0, however, with the latest version of Rust (1.49.0), the build fails with the following error : ``` Compiling rtp v0.1.0 (https://github.com/johni0702/rtp?rev=6c0223d#6c0223d8) error[E0282]: type...

I made a [Docker container](https://git.stuvus.uni-stuttgart.de/ref-it/docker-mumble-web-proxy/-/tree/20dc94b7571ae67a2b0b80de711fd720fad8f765/) for mumble-web-proxy. It works like that. However, if you replace `openssl` by `libressl`, then it doesn't work, because the DTLS handshake between the user agent...

It would allow sending client's real IP to murmur eg. for banning and logging purpose. There's issue on murmur side with possible workaround for this when using other proxies (like...

enhancement

Could you please provide official Dockerfile for proxy? Would be nice to run it in docker.

Websockify support [token based configuration target](https://github.com/novnc/websockify/wiki/Token-based-target-selection): you can set a directory that contain files that could map ports of several virtual mumble servers. So to enable a new mumble-web only...