artooro Posted March 5, 2010 Share Posted March 5, 2010 Hey all, looks like this forum is not being used very much, but there's something that's been running through my head I thought I'd post here.I built a system that allows me to record Mumble channels very easily. And started a Google Code project to store the source code and documentation. (not uploaded atm)http://code.google.com/p/nilesthenerd/Currently with this system, in order for a Mumble user to record a channel, this user needs to have the privileges to move the recording user to the correct channel that needs to be recorded. This is not a huge problem because I can easily create a security group for people who need that specific access. But just thinking....Would there be someway to script the Mumble client itself? For example using a script tell the Mumble client to join a specific channel, or even server. That way it could all be controlled from the same web based control panel. Start/Stop Recording, Choose from a list of channels, and go!This is not something I believe is possible right now, but something that I think would be cool for someday :) Link to comment Share on other sites More sharing options...
Administrators kissaki Posted March 5, 2010 Administrators Share Posted March 5, 2010 You can use the Mumble URLs to make the client join specific channels.Passing the url to the executable will also make it join that.So you could do a script like that for the client. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now