Slashdot Mirror


Ethernet Intercom Systems?

Milo_Mindbender asks: "Has anyone seen an intercom system that operates entirely over Ethernet? Ideally, I'm looking for something like they use in TV and theatre, a self-contained belt-pack you plug a headset in one side and an ethernet cable (or wireless card) in the other. It needs to be controlable by a master computer that can link each user to any number of channels and change them around on the fly. A channel should be full-duplex and allow multiple people to talk/listen at once like a telephone conference call. This is for an entertainment venue where guests will use the system as a 'radio simulator' while playing multiplayer games and the staff will use it to help manage the facility. I'd prefer a ready-made system, but if you have suggestions for hardware/software that could be converted into such a system I won't complain!" While something like this would be a fun thin to do, why would someone use ethernet when radio-based (or, if you are careful...wire-based) communication products are cheaper and more robust?

11 of 24 comments (clear)

  1. Re:I think it's pretty obvious... by Christopher+Thomas · · Score: 2

    It needs to be controlable by a master computer that can link each user to any number of channels and change them around on the fly.

    isn't so easy to do with plain old radio.. cool application, but likely VERY expensive..

    Actually, as long as you don't need a silly number of sets, it should be straightforward with a hybrid system that doesn't require ethernet. Make each headset a good-quality walkie-talkie with its own frequency, talking to the server. Have the server handle mixing of appropriate channels. The only missing piece is a card or set of cards with multiple audio-frequency analog inputs and outputs, and the phone companies have been using cards like this for years.

    You'd have to do a bit of hardware hacking to implement a system like this, but it's not terribly difficult.

  2. Re:First Problem.... by Zwack · · Score: 2

    First of all, no matter what the marketing people tell you, doing everything over IP is not the best solution for every idea out there. You have to ask yourself what you stand to gain by using an IP-based implementation;

    Where did the questioner say IP?

    This was a request for an ETHERNET based solution, my guess was that he is already planning on putting the cabling in, and using ethernet switches/hubs anyway. If he already has this communications infrastructure in place then why would he need to run different cabling. I can see the point in using an ethernet solution if he already has an ethernet network with the spare capacity. But nobody mentioned running TCP/IP over the top of it.

    Frankly I suspect a decent multi channel wireless system would be a much more reasonable use of the money. From memory Motorola Do a reasonable range of professional two way radios.

    --
    -- Under/Overrated is meta-moderation, and therefore is Redundant.
  3. READ THE ARTICLE so I can stop RANTing... :-) by Zwack · · Score: 3

    Several people now have dragged IP into this... The guy isn't asking for a TCP/IP intercom, he's asking for an Ethernet intercom. There is a difference.

    I'm assuming that they are already putting the Ethernet infrastructure in place, and figure that if they can use that for what they are doing then why put a second (or third or...) infrastructure in place.

    Most places are already using CAT5 throughout and running multiple points for the computer network and the phone system and... I've been in places like that (I still am) and just because it's Cat5 doesn't mean it's running IP.

    I don't have a solution using Ethernet, but a quick google search showed one or two possibilities...

    --
    -- Under/Overrated is meta-moderation, and therefore is Redundant.
    1. Re:READ THE ARTICLE so I can stop RANTing... :-) by biglig2 · · Score: 2

      Well, hang on, if he is asking for an Ethernet intercom, so why are you going on about a CAT5 intercom? In fact, he seems to be after a solution using 802.11.

      The concensus seems to be that there is needless complexity in what he asks.

      Essentially, one normally runs data over IP over ethernet over CAT5 and that is the normal scenario.

      Occasionally for some reason (usually trying to save money by using excess capacity on your WAN) you want to run voice over IP over ethernet over CAT5 ; and occassionally (because you want mobile computers or have trouble running cables) you want to run data over IP over 802.11 over radio waves. You could combine the two and do (deep breath) voice over IP over 802.11 over radio waves.

      However, if all you want is a wireless intercom, then there are products designed to run navive voice over radio; and these will be cheaper and simpler hand have bigger feature sets.

      But they're not very geeky.

      --
      ~~~~~ BigLig2? You mean there's another one of me?
  4. Phones. by Snowfox · · Score: 2

    More interesting than the ethernet intercom, I think: Are there ethernet based phones available?

    ---
    My opinions are mine.

  5. I think it's pretty obvious... by TheTomcat · · Score: 4

    why would someone use ethernet when radio-based (or, if you are careful...wire-based) communication products are cheaper and more robust?
    -----
    It needs to be controlable by a master computer that can link each user to any number of channels and change them around on the fly.

    isn't so easy to do with plain old radio..
    cool application, but likely VERY expensive..

  6. The Solution by Controlio · · Score: 4

    Well - you're not gonna like the answer, but here it is. As clark625 has stated, ??-over-IP is NOT always the solution - and here is a perfect example. But what you want can be done with dedicated boxes.

    Clearcom makes wildly popular icom boxes. They have mainstations of all shapes and sizes - the more popular ones with either two or four isolated channels that can be "party-lined" together. The connector is XLR (3-wire mic cable), and each channel can support quite a few beltpacks at the same time. I also hear tell that they make wireless units, but I have no experience with these.

    Now - if you've got big bucks, you can get exactly what you want - an RTS Zeus DSP Intercom matrix. It is computer controlled, and allows for an unbelievable amount of private channels, grouping, external audio sources, etc etc etc. You can either get dumb stations (where their listen and talk sources and destinations are constant and pre-programmed), or you can buy the intelligent stations that have 12 programmable sources/destinations (not to mention you can have multiple pages and many other things). Each destination can be a party line, a private tunnel with an individual station, or an external source (like radio in our config). The stations are all 9-pin connections, and I can't tell you how wonderful this system is, if you have the money. They also make VERY reliable full duplex wireless units that I use daily.

    So those are the best bets for your situation - in this case, there's NO reason to reinvent the wheel. Use boxes that were MEANT to do the job properly, and don't overcomplicate things. Besides - I'm sure that in the middle of a production, the last thing you want is a script kiddie 0wn1ng your intercom system. Remember - there's no such thing as rm -rf / in the world of professional intercoms.

  7. Re:USe standard setup by Matt_Bennett · · Score: 3

    Theres 2 intercom lines free for you.

    Using that extra pair can cause a serious drop in the performance of your Ethernet- the twisted pair/differential driver set up is pretty good at eliminating noise induced by outside sources, but only if the source of the noise is at a distance >> the spacing of the pairs. Since all 4 pairs are in the same shield, running intercom on the unused 2 pairs can interfere with the data (and vice versa). Also- you have to watch out since most Ethernet cards terminate the unused pairs into a direct short or into a 75 ohm resistor. Depending on how often you use it, it may still be acceptable, but you need to be aware that it can affect things.

    Also, using the extra pairs will prevent you from running copper-gigabit ethernet, which uses all 4 pairs.

  8. Re:First Problem.... by ckuhtz · · Score: 2
    You're missing the point. He wanted software, on-the-fly reconfig to allow people to set up intercom closed user groups on-demand.

    That's something not easily done with any existing intercom software. If you disagree, post a link or contact info to somebody who does offer it.

    These generic "IP won't save the world" flames are pointless when the reply completely misses the point of wanting functionality for a very specific application. Functionality which doesn't exist in present off-the-shelf technology.

    --

    Poof.
  9. Roger Wilco by kfs27 · · Score: 2

    a nice little win32 app for doing what u want from any desktop machine is roger wilco it works like a charm http://www.rogerwilco.com
    -----
    Kenny Sabarese
    Left Ear Music
    AIM: kfs27
    irc.openprojects.net #windowmaker

    --
    Kenny Sabarese
    www.kennysabarese.com
  10. First Problem.... by clark625 · · Score: 2

    First of all, no matter what the marketing people tell you, doing everything over IP is not the best solution for every idea out there. You have to ask yourself what you stand to gain by using an IP-based implementation; and in this particular area that isn't much. Intercom systems typically need 4-18# wires run to each station, with is cheaper and just slightly smaller in diameter than CAT5. So you aren't saving wire.

    Next, we have to ask if you want to do something special with your intercom; i.e. broadcast it over the internet, have access to a particular station from work, etc. If that's the case, then most off the shelf units require a "master station" that includes ways to connect auxillary devices. This would include a computer. Heck, my intercom system is over ten years old and has this ability. Granted, I only play MP3s to all the intercom units, but getting sound into the server wouldn't be much more difficult.

    Lastly, why would you want to give an IP to a device that has only one function? There are multiple ports, protocols, etc. that makes each individual IP address very generic. Why waste an address for something this silly? Certainly there are better uses of resources. Granted, I'm sure you'd be behind a NAT firewall; but that then begs the question why you would be even considering an IP solution.

    IP solutions can't save the world, people. They barely make it tolerable.

    --
    Long, cute, or funny Sigs are just another form of over compensation, used by geeks, nerdz, etc.