Display Mumble Users in OBS Studio for Twitch Stream #6407
Replies: 3 comments 8 replies
-
There is the "Talking UI" in the Menu Bar -> Configure tab. That opens a new minimal window showing the talking user(s). Furthermore it can be configured in the settings under user interface. |
Beta Was this translation helpful? Give feedback.
-
Another idea would be the Mumble channel view protocol: https://www.mumble.info/documentation/developer/channel-viewer-protocol/ You would have to find an application or write one yourself which uses that protocol to gather server-side information and display it on your screen (either as a website or a dedicated app). |
Beta Was this translation helpful? Give feedback.
-
The last possibility is to write your own client side Mumble plugin using the Mumble plugin API. This would require the most work from your side, though. And I can not tell off the top of my head, if you would be able to get avatars via the plugin API. So in the worst case, you would have to write the plugin AND extend the Mumble plugin API |
Beta Was this translation helpful? Give feedback.
-
Hello, my wife and I recently started using Mumble for gaming together, and we use it on Twitch streams so we can not only talk to each other but also be heard by our viewers. We use Mumble for this rather than, say, Discord, because of its low latency and light footprint.
I'm looking for a way to display channel members as an overlay in OBS Studio, so that me & my wife's avatars (and those of anyone else who participates in the call during stream, such as our teenage kid or our roommate) are displayed on stream and light up when we're speaking. As an example of what I'm looking for, Discord has their StreamKit Overlay, and there's also a 3rd-party overlay developed by Fugitech.
I understand that the Mumble overlay only hooks into Direct3D or OpenGL applications, so that's not an option, as many of the games we play don't use either of them, and we need to be able to display our avatars separately from our games.
Does anyone have any suggestions? Maybe there's a plugin I missed, or a channel viewer, or some way to display the avatars in the main client window so I can capture that window instead?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions