Slashdot Mirror


Ask Slashdot: Overhauling an Amusement Park's Multi-Zone Audio Player?

mcmadman writes "The multi-zone audio player I'm working with uses an almost decade old card/software combo that is prone to crashes and other anomalies. I would like to know if there are open source (read 'free') or other alternatives that would allow multiple simultaneous playlists played through the myriad of audio interfaces out there. The line outs are then plugged into a CobraNet matrix, which handles the distribution of the music/sound to their respective areas. I'm looking at eight channels minimum, timed playlist start/stops, and triggered announcements. So far the only software and hardware I've found are proprietary broadcasting solutions which tend to be a bit heavy on the wallet or meant for home use."

4 of 120 comments (clear)

  1. Proprietary is good in this instance by Anonymous Coward · · Score: 5, Informative

    Bite the bullet and buy a device intended for this use, the Medialon Audio Server. It outputs cobranet directly, is easily integrated into control systems and supports elegant triggering of all sorts. Plays back from SSD drives.

  2. Re:Multiple outs? by Anonymous Coward · · Score: 5, Funny

    You had me at "I have no idea what I am talking about".

  3. Proffesional AV Gear by litemizer · · Score: 5, Informative

    I did AV for a theme park in '99, and have done AV for several themed restaurants since then. When you're talking about putting together a system that's expected to run without a hitch 14 - 18 hours a day, 7 days a week, it's a lot like putting together a server you know will need high availability and reliability. Don't shoot yourself in the foot by getting something mediocre to do the job. The rule of thumb in theme/amusement park AV is to use solid state as much as possible (minimize your downtime to the extreme). My personal gear of choice is Alcorn McBride (alcorn.com). They have an 8 track unit that would to what you need it to do. I've used several of the binloop over the years, and with a near zero issue rate (and what issues I did have were due to a missing firmware update). And as a matter of disclosure, I did become a dealer for them after becoming familiar with their gear on the '99 project.

  4. Decisions, Decisions, Decisions... by blocsync · · Score: 5, Insightful

    First off, I've never done this with FOSS... That being said, I'm 100% certain it can be done..

    You need to accept a couple of things when planning to do this with FOSS:
        Remote management can be done, but will require someone who understands the way you set it up
        You will probably be custom scripting when your playlists start (cron?)
        Updates will require manual playlist modification (goes back to understanding how you set it up)

    For an amusement park, I think this is a bad idea... Not sure how big of an IT/Tech savvy staff this location has, but while they're looking to save a few dollars today, are they considering business continuity if you leave or if something happens to this custom system? are they planning to have regular backups done? are they planning for future expansion? etc...

    My personal advice would be to avoid broadcast software (Way overpriced for this).... What would be more reasonable is digital signage software... it's designed to do this with audio and video, but you don't have to use the video portions (of course, consider that a future expansion option)... If you want to stick with linux based, I know ParkMedia has a decent setup... If you're willing to consider other (windows) options check into CoolSign.... Those are just 2 that I've used for similar setups, but there are tons of options in that field, that do what you want to do, with easy user interfaces for changing/moving stuff around, and the ability to remote manage them... Also they tend to work in a client server setup, so you back up the server regularly and if a client machine fails you just replace it.

    Just my 2 cents, hope it helps.