Closed Account |
Oct 06, 2011 12:16 PM
|
![]() |
What is the query port for mumble/murmur?
|
coolyou • PM |
Oct 06, 2011 1:33 PM
|
![]() Posts: 439 |
Try to use "10081"
- Please don't PM me since I'm retired, any PM's may go unanswered. |
Closed Account |
Oct 06, 2011 6:14 PM
|
![]() |
coolyou wrote: Thanks, but it did not work. - Mumble servertracker does not work for meee. Maybe the serverprovider have a firewall.. |
burn • PM |
Oct 06, 2011 11:20 PM
|
![]() Posts: 10924 |
I believe it is joinport+20,000. You can contact your server provider for a definite answer, as I am not sure if they would have changed it if possible.
![]() |
arnold • PM |
Oct 07, 2011 5:44 AM
|
![]() Posts: 6 |
Ok, Mumble does NOT have a standard query port like TeamSpeak does. You can gather information from it in different ways, from raw ICE access [1] up to CVP (Channel Viewer Protocol) [2]. So I'd really like to know what Gametracker is using for their queries. At least there's got to be something running serverside (murmur).
[1] http://mumble.sourceforge.net/Ice [2] http://mumble.sourceforge.net/Channel_Viewer_Protocol |
Closed Account |
Oct 09, 2011 8:11 AM
|
![]() |
Yes, it seems like we dont need to specify a query port.
And the Mumble server tracker here at gametracker started to woork yesterday, with some help from gameservers.com, They made some changes to the server. - but to day the server looks dead again.. (but the server is up and still running) |
arnold • PM |
Oct 09, 2011 10:08 AM
|
![]() Posts: 6 |
Well, gameservers.com must have some kind of script/addon running for such queries to work. That script/addon listens on a separate port of course. Maybe some gametracker.com staff member can clear this up. If we get hands on that peace of software and install it on our servers we would be able to use gametracker.com without any hassle.
|
pugz209 • PM |
Oct 11, 2011 10:59 AM
|
![]() Posts: 1 |
Hello all, has anyone found a solution to this? we used to use Ventrilo and host the server status banner on our site and it worked like a charm.
I can't believe that Mumble wouldn't have something like this being an awesome program that it is. I've created a ticket with our hosts Beastnode.com they offer a free mumble server with a paid game server, they have no idea what the Query Port is? I would love to get a GameTracker banner up on the website for mumble but this is just killing me. Any help would be great! ![]() |
burn • PM |
Oct 11, 2011 1:25 PM
|
![]() Posts: 10924 |
I have asked the site developers and it currently only works for GameServers.com servers. Also, for GameServers.com servers, the query port is the joinport + 20000.
![]() |
pcgod • PM |
Oct 11, 2011 3:46 PM
|
![]() Posts: 1 |
I wrote my own script to reply to the queries sent by gametracker.com.
It's available at http://pastebin.com/hheP98MA but the "protocol" has some problems. Embedding the length of the response in the response itself makes things difficult, gametracker.com won't accept the reply if it doesn't match and disabling the pretty printing also breaks it. There is no error checking in the script so it will die if someone restarts the server and there are probably lots of other things which could be improved. The implementation used by gameservers.com also supports XML formatted replies by sending "xml" instead of "json", but gametracker.com doesn't use that.
Last edited by: pcgod Oct 11, 2011 3:53 PM
|