-
Notifications
You must be signed in to change notification settings - Fork 85
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
Audio conferencing with Mumble? #451
Comments
There are also some existing IRC to Mumble bridges: https://github.com/aheadley/doty |
Convos is (mostly) about being self-contained, so you don't have to install a bunch of additional software to get it up and running. I do want to keep it this way, so that is the reasoning behind #204. What I do like about your suggestion though is that it at least cares about privacy, meaning you can install and run your own mumble instance, instead of using a 3rd party system. What I don't like is that it video is not supported. https://wiki.mumble.info/wiki/Planned_Features#Video I'm keeping this issue open, but I don't see myself putting a lot of energy into it. (Just a side note: Jitsi Meet was not discarded, it was just not related to #204, so I had to get rid of the comments) |
I wouldn't hold my breath for video support in Mumble, but audio is rock solid. I understand your argument, but since Convos also requires a 3rd party IRC server, running a easy to host Murmur server next to it seems quite strait forward. |
I don't think we will implement this, so I'm putting this issue in the fridge. |
I'm moving this issue to the 4.xx milestone, since I've implemented WebRTC support instead. |
Someone is working on WebRTC support for Mumble though ;) |
@jhthorsen since you moved to Jitsi via iframe now, would you reconsider this? https://github.com/Johni0702/mumble-web Is now stable and WebRTC based and could be embedded very similar to Jitsi. In fact in Matrix/Element it can simply replace the Jitsi widget. Although Discord like audio-channels with a mumble backend would be even cooler. |
Is your feature request related to a problem? Please describe.
WebRTC is not very scalable to multiple participants unless a bridging solution like Jitsi Meet is used. However this seems to have been discarded:
#204
Describe the solution you'd like
While 1:1 Video chats with WebRTC would be still nice to have, Discord like audio channels with many participants would be also cool.
The best idea is probably to build on the existing Mumble/Murmur system that is very reliable and offers very high quality and low latency audio conferencing at minimal server load.
There is also an working but somewhat experimental webclient for it:
https://github.com/Johni0702/mumble-web
Describe alternatives you've considered
Utilizing Jitsi Meet is a option.
Thanks for considering :)
The text was updated successfully, but these errors were encountered: