Slashdot Mirror


AirPort Express Streaming Audio From Any Program

Foobaz writes "Until now, the only application that can play audio on Apple's AirPort Express has been Apple's own iTunes. But Rogue Amoeba, makers of Audio Hijack, just released Airfoil, a program that lets you redirect anything to your AirPort Express, like streaming audio from mplayer, RealPlayer, or VLC."

10 of 261 comments (clear)

  1. Re:Crippleware by amichalo · · Score: 5, Funny

    It emits noise after using for ten minutes, unless you purchase the "pro" version

    That's just your music. Try this site and see if it helps.

    --
    I only came here to do two things; kick some ass, and drink some beer...looks like we're almost out of beer.
  2. Re:Sync issues by Elwood+P+Dowd · · Score: 5, Informative

    They answer that question in the FAQ. Yes, the audio will be out of sync. This can be solved with VLC or MPlayer by manually synchronizing the video and audio. This cannot be solved with DVD Player.app, RealPlayer, or anything else that won't let you decouple audio from video. There's probably nothing they can really do about this.

    --

    There are no trails. There are no trees out here.
  3. Re:Apple's not going to like this. by SpamJunkie · · Score: 5, Informative

    It probably won't be a problem, for two reasons:

    1. It's been in beta for a while, Apple could have easily done something about it earlier.

    2. It still uses iTunes. The backend uses the iTunes API to add a local stream to the library and send it to the Airport Express.

    What would really make Apple upset is if someone had discovered the key being used to encrypt the audio, but that hasn't happened here.

  4. Re:Sync issues by JonGretar · · Score: 5, Informative

    There is a sync issue with this. It's got to do with the APEX standard and nothing the DEV's can do about it.

    However. This is not a problem since VLC and MPlayer can move the sound all around. So just watch your torrents with VLC(which I guess you do anyway) and make the sound be a few seconds early. Easy peasy.

    More info at http://www.rogueamoeba.com/forum/ubb/Forum7/HTML/0 00010.html

  5. Re:Will the foil fly? by isa-kuruption · · Score: 5, Informative

    If Apple didn't like it and wanted to be proprietary, they wouldn't have used Real Time Streaming Protocol (RTSP), which is a well documented and supported protocol, as the transport method.

  6. Re:Audio Hijack by beej69 · · Score: 5, Informative

    they're the first high-profile implementation of the algorithm that Jon Lech Johansen reverse-engineered:
    (http://nanocrew.net/blog/apple/revairtunes.html)

    and yes... this is THAT Jon... the one that got yanked into court for reverse-engineering the DVD encryption. all hail Jon! :D

    what we need now is for mplayer and VLC and the others to implement airport express streaming directly in the media player...

  7. VLC streaming to AirPort Express by divinemac · · Score: 5, Informative
    There is an excellent article on (the excellent site) http://www.macosxhints.com/ regarding how to stream from VLC http://www.videolan.org/ to iTunes here without any additional 3rd parts apps:
    http://www.macosxhints.com/article.php?story=20041 023154910602&query=VLC

    I've been using this solution for playing DIVX files from my laptop (which is connected to my projector, while the audio is routed to AirPort Express) for some time, and works well, thanks to the author's knowledge, and the power of VLC !

  8. Re:I don't want to troll but: by inertia187 · · Score: 5, Funny

    ...considering that only 3% of all computer users use a mac...

    When did we get that extra 1%?

    --
    A programmer is a machine for converting coffee into code.
  9. Re:Will the foil fly? by isa-kuruption · · Score: 5, Interesting

    My claims? Considering Apple uses RTSP for it's Quicktime streaming it would only make sense for them to use the thing they know for their other products. Any more proof? Shall I telnet to port 554 on my Airport Express and show you the RTSP signature? How about a Apple Press Release in which they updated RTSP in the Airport firmware. I'm sure Apple always updates protocols not supported by their hardware!

  10. Re:Will the foil fly? by isa-kuruption · · Score: 5, Informative

    As explained in this blog:

    RAOP protocol itself has already been analyzed by DVDJon and its implementation is availabe as an open source C# software called JustePort. RAOP protocol is based on RTSP wrapped with AES and RSA cryptography, on which Apple Lossless files are streamed.

    AES and RSA are also open methods in conjunction with RTSP. Seems pretty open to me.