Logged Out
Create an Account
Login:
Password:

Forgot your password?
Display Mumble server status connected

Display Mumble server status connected
[Back to Index]
Thread Tags
Primary: [Tickets]
Secondary: None

1 2 >>>
Display Mumble server status connected
Go To This Ticket's Page
Creator Ashpownderz
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Closed
Type Support
Section of the Site Menus
Urgency (2 votes)
Rating (1 votes)
Description:
Greetings, does anyone know if we can display a Mumble sever status display on our guild sites like we can for Ventrilo and Teamspeak?

If this is not built-in, is there a way to create, grab and post some code to display server/users connected to our Mumble server on our sites?

Thank you in advance for any help/tips provided.
Official DKPSystem.com Comments
No official comments yet
You're the first request for mumble status. The mumble script isn't completely ready yet, but it's actually something that's in the works.


--
It's all in the reflexes.
Quote by Chops
You're the first request for mumble status. The mumble script isn't completely ready yet, but it's actually something that's in the works.



And this, my good sir, is why we tell everyone how awesome this service is and why we faithfully fork over the dough every year. Oh, and your avatar is from one of the greatest movies of all time.

We are migrating over to Mumble so knowing that you're already working on giving us the status availability that we have had with our Ventrilo server is awesome.
That is all. =)


--
aka "Mommah", "Her Maternal Immensity", "Momster", "Momsauce" and "The Death Dragon"
Is there any update to this? We recently switched over to mumble and would love to incorporate it into our website.
We just switched to Mumble as well. Looking forward to seeing the Mumble status script implemented!
This is a top priority right now. I'm expecting it to be deployed to live within a couple of weeks. Lots of stuff on the way


--
It's all in the reflexes.
Quick question for those of you running Mumble: Are you hosting it yourself, or are you using another hosting company? If you're using a company, which one?


--
It's all in the reflexes.
Thirteenth Legion is using a hosting company, Command Channel (www.commandchannel.com).
My guild also switched to Mumble recently to see how we like it. The in game overlay of ppl talking on the voice server is very nice. But switching from vent after 4 years is a big change.


I'd love to have the ability to view Mumble status on our web page.


We are hosted by http://mmo-mumble.com/


On my admin page it gives the below explanation on how to add this widget to my guild web page. Not sure if this info will be helpful.


To include the server viewer in your website, you will need to make two changes to your website.


1. Add jQuery to your website's <head> section. If you are already using jQuery, you can skip this step.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

2. Add the widget script to your website's <head> section.

<script type="text/javascript" src="http://static.mmo-mumble.com/javascripts/jquery.murmur.js"></script>
<link href="http://static.mmo-mumble.com/stylesheets/xwidget.css" media="screen" rel="stylesheet" type="text/css" />

3. Add the viewer to your website

<div id='murmur-server-status'></div><script type='text/javascript'>
//<![CDATA[
$("#murmur-server-status").murmur({ id: 300, host: "http://mmo-mumble.com", token: "4b6be7ac49564abc5f0110d2e95d9c6f31862779" });
//]]>
</script>
The mumble stuff is turning out to be a bit more complicated than I originally expected. Unlike Vent and Teamspeak, you can't just remotely connect and check the status. Mumble requires special programming server-side, and it's looking like more mumble hosts are setting it up their own way: the first one linked in this thread has a custom PHP script for querying, the second one linked at least provides a javascript solution (infinitely better).

And if anyone is self-hosting, then the only option currently would be for me to write a custom app you'd have to install on the server.



Azriel, you should be able to get away with adding this to menu category:

<script type="text/javascript" src="http://static.mmo-mumble.com/javascripts/jquery.murmur.js"></script>
<link href="http://static.mmo-mumble.com/stylesheets/xwidget.css" media="screen" rel="stylesheet" type="text/css" />
<div id='murmur-server-status'></div><script type='text/javascript'>
//<![CDATA[
jq_preload(function(){jq("#murmur-server-status").murmur({ id: 300, host: "http://mmo-mumble.com", token: "4b6be7ac49564abc5f0110d2e95d9c6f31862779" });})
//]]>
</script>


If that doesn't work, let me know, and I can find a better solution for you.


--
It's all in the reflexes.
I should say that this complication to get the mumble status stuff has me looking into adding Mumble hosting.

Would any of you be interested in using Mumble built into the site?


--
It's all in the reflexes.
We'd certainly consider switching to a dkpsystem-hosted Mumble, Chops. We're on month-to-month with Command Channel (they had decent pricing and reliable-looking hosting), so making a switch wouldn't be particularly onerous for us.
So I copied that script and pasted it into Add/Edit Menu category in menu Admin, doesn't seem to be working. Not sure if thats what you meant by adding to menu category.



--------------------------------------------------------



We are currently paying monthly for the service and would be willing to switch if the pricing was similar.

Besides Mumble seeming to be superior to other voice services the pricing for pay as you go on http://mmo-mumble.com/ is much more affordable to pay monthly as apposed to ventrilo, they seem to charge quite a bit more if you don't pay for the entire year. Around $40-50 more, where mumble is only like $15.00 more for the year if you pay monthly, which is what most guilds that have clan pay do.


I think that alot of people may be switching to Mumble simply for the in game overlay that comes with it. Unlike Teamspeak and Ventrilo where you'd have to use a third party mod.

In this video the person talking in mumble shows in the upper right corner of the screen. Player name and an optional avatar will show up in game.







Quote

I think that alot of people may be switching to Mumble simply for the in game overlay that comes with it. Unlike Teamspeak and Ventrilo where you'd have to use a third party mod.


I actually used mumble briefly (I want to say about two years ago now, so I haven't tried it since) in the past with my gaming-mates, though they preferred the sound of Ventrilo, and that's what I currently use. Mumble had two things going for it that I loved: the delay was significantly less than Vent (Vent seems to have an innate quarter-to-half-second lag for processing), and the vocal positioning (something that was MIGHTY handy playing Left 4 Dead, lemme tell ya).

Overall, I quite liked it, but my mates did not, and so with Vent we sit. Admittedly, it was a pretty early beta version, and I haven't tried it since. I can only imagine it's much improved now, and it might be worth giving it a second shot

The significant cost of Vent over Mumble comes from the premium Ventrilo hosts have to pay to Flagship Studios, while Mumble, being free open-source software, does not require such a premium.


Azriel, I'll have to tweak that script a bit. I realize I missed something that would cause it to not load properly.


--
It's all in the reflexes.
Ah okay, thanks for the help.


And believe me getting all your members to switch over to a something other than Vent, especially if your like us and have been using Vent for 4 years now, is not easy. The only reason this is able to happen is because we're between expansions and have time to slowly introduce ppl. If it was mid raid season I would probably not wanna mess with it.
Well, I followed the instructions the mumble host gave me and it appears to be working, though it doesn't fit well.
The guild I'm in uses mumble and we have had it displayed on our guild pages since we got it (1 yr ago).


Mumble is hosted by 'very games'. Our guild site is Synergie
Indeed. Some Mumble hosts seem to provide useful status scripts (Which is the way we did vent and TS status back in the day before we had our own system for connecting).

I'd rather have an easier to use system, though, since it's completely understandable for a non-savvy user to balk at copying-and-pasting javascript. Indeed, most users would prefer to just enter a host and port and get the status embedded into their site without hassle.

That's my ultimate goal, but doing this with Mumble seems problematic, as every host seems to do it differently (there isn't a universal remote query protocol for mumble yet, as it relies on local communication on the system itself).


--
It's all in the reflexes.
Our guild is using a host called Sabrienix : (http://www.sabrienix.com/voice/mumble)

They do have a knowledgebase page about setting it up: https://portal.sabrienix.com/knowledgebase.php?action=displayarticle&id=5

I browsed through it but it doesn't seem to provide any specific configuration other than a few links to mumble Readers, and a knowledge base article off mumble's support page.

I would definitely consider going to a dkpsystem hosted mumble server
Mumble hosting is something that is being very seriously considered at the moment .


--
It's all in the reflexes.


1 2 >>>
[Back to Index]