hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Specialty Hosting and Markets : VOIP etc : Voice hosting market - Vent, TS, Mumble, etc.
Reply

VOIP etc Discussions involving VOIP (Voice Over Internet Protocol), telephony, wifi, internet telephone and related technologies.
Forum Jump

Voice hosting market - Vent, TS, Mumble, etc.

Reply Post New Thread In VOIP etc Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-06-2008, 12:21 AM
TalonKarrde TalonKarrde is offline
Web Hosting Evangelist
 
Join Date: Apr 2003
Posts: 530

Voice hosting market - Vent, TS, Mumble, etc.


So, with Ventrilo licensing being pretty much impossible to get these days, that leaves people interested in offering voice hosting with the choice of reselling from a licensed user, or selling an alternative such as TeamSpeak.

Now, a more recently introduced program is Mumble - has anyone had any experience using it in a commercial environment? There aren't any control panels or anything of that nature, though according to the webpage, the dbus rpc should make it fairly easy to develop one. It also has some nifty looking features like positional audio.

I've only played around with it a bit, and it is sort of rough around the edges, but it looks promising. It's also licensed under the GPL, so selling servers commercially won't incur any licensing costs.

Since the (current, at least) market for voice programs such as this is pretty much wholly composed of gamers, who are a bit more forgiving of their programs being a tad harder to use, do you think Mumble might be ready for the prime time? Anyone actually using it? I think that with a bit of work for a web control panel, it could be a viable alternative to Vent or TS, with lower overhead costs.

Reply With Quote


Sponsored Links
  #2  
Old 06-06-2008, 12:56 AM
BrianFarrell BrianFarrell is offline
Web Hosting Guru
 
Join Date: Dec 2007
Location: Buffalo NY
Posts: 342
I came across Mumble in its earlier stages a few months back and played with it for a few days. It was a solid program back than, I'm sure its much better now.

As for its ability to break into the current voip market, I imagine a lot of it would depend on clientside CPU and memory use compared to the established hosts (Vent, TS).

__________________
Brian F. - Operations Manager
Quality Shared and VPS Hosting
Hawk Host Inc. Proudly serving websites since 2004
PHP 5.3.x &  PHP 5.4.x Support!

Reply With Quote
  #3  
Old 06-06-2008, 03:18 AM
TalonKarrde TalonKarrde is offline
Web Hosting Evangelist
 
Join Date: Apr 2003
Posts: 530
I'm not really a "hardcore" gamer anymore, though I still play, and I'm not sure I, or anyone else I played with, was ever too worried about the resource impact of vent or ts on client resource usage. It was always negligible in comparison to the games, etc. I suppose with things like positional audio being added and graphics overlays that usage does go up, though.

One thing that strikes me as a "Hey, that's nifty" feature of mumble is the ACL and channel linking system. In the example provided on their website, it explains how you could split up a "raid group" so that the raid leader and group leaders would be in one channel where everyone else could hear them, but the raid leader would only hear the group leaders, and the group leaders would only hear the people in their group, etc. I'm not sure how useful this sort of thing would be in the FPS/etc market, but the MMO industry is growing quickly, so I could see it taking hold there.

It would be nice, I think, to see a more open program break the stranglehold Ventrilo has on the industry, I think, especially with the lack of licensing fees. I would figure the big gap will be that of features and pricing, with a larger amount of the former, and a lower latter, needed to reach a higher market share.

Reply With Quote
Sponsored Links
  #4  
Old 06-06-2008, 08:20 AM
tnndotnet tnndotnet is offline
Web Hosting Guru
 
Join Date: Feb 2006
Location: Pittsburgh PA
Posts: 289
Well one disadvantage of Mumble, which stopped our development of our commercial hosting is the fact it depends on QT. I have had non stop issues trying to get Murmur to run serverside on a linux server... I finally went thru dependancy hell and came out with an installed copy of QT... then it turns out I had the wrong version? That server is powered off now needless to say. Because the demand for Mumble/Murmur is not that high at this time.

EDIT:

One huge plus for Mumble is the fact that it is open source and free to use... even in a commercial environment.

Reply With Quote
  #5  
Old 06-06-2008, 09:07 AM
TalonKarrde TalonKarrde is offline
Web Hosting Evangelist
 
Join Date: Apr 2003
Posts: 530
Quote:
Originally Posted by tnndotnet View Post
Well one disadvantage of Mumble, which stopped our development of our commercial hosting is the fact it depends on QT. I have had non stop issues trying to get Murmur to run serverside on a linux server... I finally went thru dependancy hell and came out with an installed copy of QT... then it turns out I had the wrong version? That server is powered off now needless to say. Because the demand for Mumble/Murmur is not that high at this time.

EDIT:

One huge plus for Mumble is the fact that it is open source and free to use... even in a commercial environment.
From my understanding, the static build should run without qt installed - just linked. However, if not, according to the sourceforge boards, it should only require qtcore, so you don't need to install all of x11.


Last edited by TalonKarrde; 06-06-2008 at 09:17 AM.
Reply With Quote
  #6  
Old 06-06-2008, 04:52 PM
Ramprage Ramprage is offline
Keep rockin' in the free world
 
Join Date: May 2002
Location: Kingston, Ontario
Posts: 1,557
Yeah I pretty much wasted a lot of time with Qt trying to get it to work but apparently Mumble won't run without it. Qt is basically X11 bound from my findings. Not everyone has a server in their basement where they can login to X11 - bad choice from Mumble I think.

Back to the drawing board.

__________________
Upload Guardian 2 - AntiMalware Protection - Windows and Linux!
PHP encoded protection, real-time scans
Get notified when released

Reply With Quote
  #7  
Old 06-06-2008, 05:54 PM
TalonKarrde TalonKarrde is offline
Web Hosting Evangelist
 
Join Date: Apr 2003
Posts: 530
Quote:
Originally Posted by Ramprage View Post
Yeah I pretty much wasted a lot of time with Qt trying to get it to work but apparently Mumble won't run without it. Qt is basically X11 bound from my findings. Not everyone has a server in their basement where they can login to X11 - bad choice from Mumble I think.

Back to the drawing board.
qt-core does not require a full X11 installation, which is all that's required for Murmur, and you can also download the static release off of sourceforge.

Reply With Quote
  #8  
Old 06-08-2008, 01:52 PM
tnndotnet tnndotnet is offline
Web Hosting Guru
 
Join Date: Feb 2006
Location: Pittsburgh PA
Posts: 289
So explain this to me now...

The static release is for QT or for Murmur? Do I need to install qt? Can I install qt-core via yum? It would make life so much easier... I added some repos in my little venture to try and get Qt installed, and that too was the wrong version...

Is there better documentation on installation?

Thanks,

Reply With Quote
  #9  
Old 06-09-2008, 06:40 PM
HOD-Jardin HOD-Jardin is offline
Web Hosting Guru
 
Join Date: Jun 2008
Posts: 306
Ventrilo are very tight, I don't even know why they still appeal as if they are accepting hosts. I think it's rather misleading on their site.

Reply With Quote
  #10  
Old 06-11-2008, 12:55 AM
TalonKarrde TalonKarrde is offline
Web Hosting Evangelist
 
Join Date: Apr 2003
Posts: 530
Quote:
Originally Posted by tnndotnet View Post
So explain this to me now...

The static release is for QT or for Murmur? Do I need to install qt? Can I install qt-core via yum? It would make life so much easier... I added some repos in my little venture to try and get Qt installed, and that too was the wrong version...

Is there better documentation on installation?

Thanks,
For Murmur, with the static build, you don't have to compile, or install qt, or anything.

http://sourceforge.net/project/downl...r.bz2&46849317

All you have to do is edit the ini, and then ./mumble.x86 -supw passwordhere

It will create the sqlite files, etc, and then you just run ./mumble.x86 and the server is up and running.

Reply With Quote
  #11  
Old 06-11-2008, 04:41 AM
JonBiloh JonBiloh is online now
Web Hosting Master
 
Join Date: Oct 2004
Posts: 722
Yep Flagship has closed the doors on additional providers, for that reason we're developing our own VOIP. Should be interesting.

Shame TS2 has .0001% the user base of Ventrilo.

__________________
ColoCrossing - Connecting Business
Jon Biloh | jbiloh@colocrossing.com | 1.800.518.9716 | AIM: ColoCrossing
Enterprise-Class Colo & Dedicated Servers in CHI, DFW, NYC, SJC, ATL & SEA

Reply With Quote
  #12  
Old 06-11-2008, 07:50 AM
HOD-Jardin HOD-Jardin is offline
Web Hosting Guru
 
Join Date: Jun 2008
Posts: 306
Quote:
Originally Posted by JonBiloh View Post
Yep Flagship has closed the doors on additional providers, for that reason we're developing our own VOIP. Should be interesting.

Shame TS2 has .0001% the user base of Ventrilo.
All we can hope for is the new Teamspeak 3, I’ve heard this is coming out very soon. I’d imagine that it will be around the same quality as Ventrilo.. but who knows!

Reply With Quote
  #13  
Old 06-17-2008, 10:11 PM
Shrapnet|Rob Shrapnet|Rob is offline
Junior Guru Wannabe
 
Join Date: Sep 2004
Location: Vermont
Posts: 81
Quote:
Originally Posted by H4U-Jardin View Post
All we can hope for is the new Teamspeak 3, I’ve heard this is coming out very soon. I’d imagine that it will be around the same quality as Ventrilo.. but who knows!
TS3 has been coming soon for 18 months, maybe even longer (trying to be conservative on my guess). Posts on their developer blog do seem to show progress, but nothing since February.

__________________
:: Shrapnel Network LLC ::
:: Authorized Ventrilo and Teamspeak Hosting ::
:: www.shrapnet.com : www.shrapnel-network.com ::


Reply With Quote
  #14  
Old 06-17-2008, 11:37 PM
spacehosting spacehosting is offline
WHT Addict
 
Join Date: Dec 2005
Posts: 106
They is nothing in voice server hosting in my opinion.

The resources needed these days for voice servers are close to none exsisten.

Gameservers all the way.
Webspace in large numbers.

__________________
Europe Internet Services www.snappedstick.com

Reply With Quote
  #15  
Old 06-18-2008, 01:32 AM
XFactorServers XFactorServers is offline
Disabled
 
Join Date: May 2008
Location: Canada
Posts: 1,333
I got to say mumble is pretty horrible.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
CommuniGate Organizing Austria VPS Hosting Provider Event in Vienna Web Hosting News 2012-11-12 13:46:27
Chinook Ties Hosted Lync, Hosted Voice to Office 365 Tools Web Hosting News 2012-07-09 19:13:00
Scottish Cloud Host iomart Partners with Communications Provider Commsworld Web Hosting News 2012-07-05 12:09:32
UK Web Host Timico Acquires Unified Communications Firm Redwood Web Hosting News 2012-02-13 17:23:17
Web Hosting Tutorial Provider DemoWolf Acquires Competitor DemoDemo Web Hosting News 2011-09-21 15:36:44


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?