streaps
streaps
it looks exactly the same. grep matched the modules.exports line, because webrtc was in the file path.
[mumble-web-dist.zip](https://github.com/Johni0702/mumble-web/files/4580173/mumble-web-dist.zip)
these usernames look like they are from my tests. I'm using incognito sessions, no (caching) proxy and I'm restarting the browser all the time (just to be sure). I will...
it works!
Could the UDP connection be blocked by any local firewall? I wonder if the webrtc branch could switch to TCP audio (over websocket), if the webrtc connection fails.
I mean the UDP connection between your browser and mumble-web-proxy.
I guess this is not unusual for this kind of setup. The https/websocket connection to port 443 works most of the time, but a connection to some random UDP port...
which version of pjsip is used by mumsi?
Why not set the Opus encoder bitrate? http://www.opus-codec.org/docs/html_api/group__encoderctls.html If I understand it correctly, mumsi doesn't have a bitrate setting. But I think it could be hardcoded in mumlib as a...
Samplerate and bitrate are two different things. Mumble defines only one valid ~~bitrate~~ samplerate for Opus, but in the Mumble client I can set the bitrate from 8 kb/s to...