-
Notifications
You must be signed in to change notification settings - Fork 62
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
Editing ACLs #123
Comments
Hi, But I accept PR and can provide help. |
I need to edit ACLs from console application hosted on server. Could you tell me how can I do that in other way? |
Only from the console ? I suppose it's for some automation ? |
Sorry, I haven't explained myself clearly. I am going to create intercom system for video production. Example: user one is master, channel 1, 2, 3 - channel with groups e. g. camera operators/audio operators. As master user I have to talk to these channels, listen to them and change channels that I'm talking and listening in real time. I made small research and I think changing ACLs in real time is the best option. I checked Mumo and it doesn't support managing ACLs EDIT: I'm going to create script in e. g. Python that reads commands from mqtt and makes changes in Mumble. |
Ho, I think the "link" channel is what you're aiming. https://wiki.mumble.info/wiki/ACL_and_Groups/English#Link_Channel |
Yes, and I need ACLs to manage links(sometimes I need to hear first channel, sometimes second, and sometimes speak to one of them). |
Link is also a supported feature, it's not really a ACL : https://github.com/azlux/pymumble/blob/pymumble_py3/API.md#channel-object |
By default linked channels can listen and talk to each other. I need to disable listening first channel to second without disabling listening second channel to first and that's why I need ACLs. |
I'm going to make more complicated variation of this: https://www.rythechurchtechguy.com/mumble-effective-free-audio-communications-for-small-church-production/#amp_tf=Od%3A%20%251%24s&aoh=16652475842076&referrer=https%3A%2F%2F |
Hi, |
Could you implement ACLs editing and users mute/unmute features?
The text was updated successfully, but these errors were encountered: