maul • PM |
Oct 11, 2011 4:52 PM
|
![]() Posts: 983 |
Hey guys,
I did the development on the mumble plugin currently being used by GT, and I wanted to clear up some confusion on this. - It is a custom server side plugin which enables a "query port" for mumble servers. - It is currently only available on GameServers mumble servers. - It is currently in beta, our admins are still testing this out. We are planning contributing the plugin and making the full source available (not sure on dates yet). pcgod, Your analysis of the protocol is pretty much spot on. The only two commands supported are "xml" and "json". Once either of those commands are sent, the plugin follows the "channel viewer protocol" described on the mumble wiki as closely as possible. The embedded length is an optimization for our scanning systems at the current time. Best regards. |
arnold • PM |
Oct 12, 2011 8:20 AM
|
![]() Posts: 6 |
Thanks for clearing that up! And BTW: the mumble server banner still has a "next map" entry that should be deleted.
Last edited by: arnold Oct 12, 2011 8:35 AM
|
fwaggle • PM |
Oct 12, 2011 2:15 PM
|
![]() Posts: 1 |
Can you guys add an option to specify a CVP URL for Mumble instead of a simple "query port"? I know lots of people aren't going to want to have one extra port per server on their machines, and it also doesn't let you (for example) have the query answered by an IP other than the host Murmur's on.
|
arnold • PM |
Oct 31, 2011 1:08 PM
|
![]() Posts: 6 |
Any news on the mumble plugin?
|
swatx • PM |
Nov 02, 2011 9:46 AM
|
![]() Posts: 2 |
I hope soon you'll be able to provide us with ETA for this plugin.
|
desmolocke • PM |
Nov 03, 2011 5:59 AM
|
![]() Posts: 2 |
Having trouble getting a server banner for our Mumble server still. Do I have to put in a support ticket to have the plugin installed on our server? I see only a handful of Mumble servers listed on GT. Or do I just have to wait for the plug-in to be rolled out to all the servers?
Yes. I have a gameservers.com Mumble server. I was able to add our BF3 server just fine to GT. Any more information is greatly appreciated. |
maul • PM |
Nov 03, 2011 11:23 AM
|
![]() Posts: 983 |
Hey desmolocke,
All GameServers mumble servers can be added to GameTracker. If the server was not added automatically for you, it can be added on this page: http://www.gametracker.com/servers/ The "port" is the port of your mumble server. The "query port" is the port of your mumble server + 20000. For the rest, We are planning to release the plugin within the next few days, I'll update this thread with download links when we push it out. |
maul • PM |
Nov 03, 2011 4:59 PM
|
![]() Posts: 983 |
Hey guys.
The plugin is now available for download. Everything is detailed in the accompanying "readme.txt". Download page: http://www.gametracker.com/downloads/gtmurmurplugin.php Enjoy! |
swatx • PM |
Nov 04, 2011 8:32 AM
|
![]() Posts: 2 |
I wrote a small PHP class for querying the Murmur server. Works really great. Thank you.
![]() Here is a github repo if anyone is interested: https://github.com/edmundask/MurmurQuery
Last edited by: swatx Nov 04, 2011 9:55 AM
|
emanuelebruno • PM |
Jul 17, 2012 2:12 AM
|
![]() Posts: 3 |
swatx wrote: Hi Swatx and thank for your great job. Perhaps I have not understood exactly how to install your library; I have a murmur server in the /home/murmur directory; in the same path I have downloaded your MurmurQuery file and the gtmurmur plugin; after that I have modified your index.php file ... but what I have to do now? Have I to execute the index.php file with a php command line interpreter? Thanks for your help. Emanuele Bruno. |