Playing streaming audio using Airport

I have a iMac4 (10.4.11) with an AirPort Extreme (0x14E4, 0x89). I also have an Airport "box", plugged in to the wall, and connected to the back of my stereo. iTunes plays without a hitch through the stereo, but baseball season is coming and I am trying to figure out how to stream audio (not coming through iTunes) via Airport to my stereo. Hope that's not too convoluted!
Can this be done? Must I resort to fuzzy AM signals?

This can be done with a low cost utility called Airfoil - see:
http://www.rogueamoeba.com/airfoil/mac/

Similar Messages

  • HT204387 Can we play streaming audio from one device to other  device using A2DP profile ?

    Hi,
    Can we play streaming audio over two paired device .Please provide help us.
    Thanks
    Santosh

    If the other end supports the following
    http://support.apple.com/kb/HT3647
    you can plug an A2DP receiver into any speakers etc via the aux input
    and play music  from an iPod/iPad/iPhone

  • Play Streaming Audio

    I'm busy designing an app to play audio from a link. The audio is being streamed by a Shoutcast server. The link I have been given is 'http://live.rmr.ru.ac.za'. I've got the following code so far:
        // Read sampled audio data from the specified URL and play it
        private void streamSampledAudio(URL url)
            throws IOException, UnsupportedAudioFileException,
                   LineUnavailableException
            ain = null;  // We read audio data from here
            SourceDataLine line = null;   // And write it here.
            try {
                // Get an audio input stream from the URL
                ain=AudioSystem.getAudioInputStream(url);
                // Get information about the format of the stream
                AudioFormat format = ain.getFormat( );
                DataLine.Info info=new DataLine.Info(SourceDataLine.class,format);
                // If the format is not supported directly (i.e. if it is not PCM
                // encoded), then try to transcode it to PCM.
                if (!AudioSystem.isLineSupported(info)) {
                    // This is the PCM format we want to transcode to.
                    // The parameters here are audio format details that you
                    // shouldn't need to understand for casual use.
                    AudioFormat pcm =
                        new AudioFormat(format.getSampleRate( ), 16,
                                        format.getChannels( ), true, false);
                    // Get a wrapper stream around the input stream that does the
                    // transcoding for us.
                    ain = AudioSystem.getAudioInputStream(pcm, ain);
                    // Update the format and info variables for the transcoded data
                    format = ain.getFormat( );
                    info = new DataLine.Info(SourceDataLine.class, format);
                // Open the line through which we'll play the streaming audio.
                line = (SourceDataLine) AudioSystem.getLine(info);
                line.open(format); 
                // Allocate a buffer for reading from the input stream and writing
                // to the line.  Make it large enough to hold 4k audio frames.
                // Note that the SourceDataLine also has its own internal buffer.
                int framesize = format.getFrameSize( );
                byte[] buffer = new byte[4 * 1024 * framesize]; // the buffer
                int numbytes = 0;                               // how many bytes
                // We haven't started the line yet.
                boolean started = false;
                for(;;) {  // We'll exit the loop when we reach the end of stream
                    // First, read some bytes from the input stream.
                    int bytesread=ain.read(buffer,numbytes,buffer.length-numbytes);
                    // If there were no more bytes to read, we're done.
                    if (bytesread == -1) break;
                    numbytes += bytesread;
                    // Now that we've got some audio data to write to the line,
                    // start the line, so it will play that data as we write it.
                    if (!started) {
                        line.start( );
                        started = true;
                    // We must write bytes to the line in an integer multiple of
                    // the framesize.  So figure out how many bytes we'll write.
                    int bytestowrite = (numbytes/framesize)*framesize;
                    // Now write the bytes. The line will buffer them and play
                    // them. This call will block until all bytes are written.
                    line.write(buffer, 0, bytestowrite);
                    // If we didn't have an integer multiple of the frame size,
                    // then copy the remaining bytes to the start of the buffer.
                    int remaining = numbytes - bytestowrite;
                    if (remaining == 0)
                        System.arraycopy(buffer,bytestowrite,buffer,0,remaining);
                    numbytes = remaining;
                // Now block until all buffered sound finishes playing.
                line.drain( );
            finally { // Always relinquish the resources we use
                if (line != null) line.close( );
                if (ain != null) ain.close( );
        }Although I get an UnsupportedAudioFileException when using the link above.
    Please can someone point me in the right direction on how to play streaming audio?

    Please can I refer you to this thread.
    I'm struggling like you can't believe to do something which I thought would be quite simple.

  • Streaming audio using AudioToolbox

    I have successfully managed to stream audio over HTTP to the iPhone/iPod touch using AudioToolbox (AudioFileStream and AudioQueue).
    This worked great, but came with a problem.. When streaming larger mp3/mp4 files (10MB+) you can get a lot of data cached in RAM before it is played back. This causes the iPhone OS to kill the application because it's using up too much memory.
    I then tried to cache data on disk instead, and read the data with a normal AudioFile. This, instead, came with problems like how much data to pre-cache and how to know if the audio had stopped playing or if you just ran out of data for example.
    Anyone have any other ideas?

    Hi
    I was trying to stream audio using the AudioToolbox framework. I get stuck when trying to stop a song in the middle and play another song. Can you please help me out with it!

  • Droid Razr Bug.  Won't play streaming audio from websites.

    My Droid Razr won't play streamed audio from a website and won't play .wav files attached to e-mails.  That's annoying.  
    Motorola tech support said problem will be fixed upon next upgrade of Android OS.  
    My phone is currently running Android OS 2.3.5.  
    Does anyone now of a quicker fix?
    Does anyone know when an OS upgrade will be available for the Droid Razr?
    Thx!

    i got the same issue on my ipod. i figured the whole idea of converting the format would solve the issue. never really found out how to solve it. i'll be watching this post to see if anyone has a solve for this issue.

  • Streaming audio to Airport Express via AirPlay?

    I have wired HDMI sending throughout my house, all my media equipment is in my lounge, Apple TV 2, PS3 and Cable TV, my audio is analogue for all but ATV2 which I just bought not realizing that there is digital audio only, d'oh!
    Sadly my projector upstairs where I want to watch my media has zero audio capabilities, video is great, audio for ATV2 is non existent.
    Can ATV2 stream audio to Airport Express? Every other iDevice I have can so I'm sure the hardware is capable, the old ATV could do this but I suspect Apple would like me to purchase an ATV2 for each room but i dont want to drop another £101 for hardware I already have.
    Thanks

    Aw, that's what I thought, thank you for confirming Rudegar. Back to the drawing board..

  • Bad sound quality streaming audio via Airport Express

    I am streaming audio from iPhone to Apple Airport Express (Airplay). Via optical cable the signal goes to Cambridge DacMagic and then to Stereo Amplifier. Sound is not good, there's some kind of 'chattering'.
    When using AirFoil instead of Airplay sound is much better, but then gaps appear from time to time.
    Please tell me, what can be the reason for it? And how to solve?
    Thanks in advance.

    Mr. Tessarex,
    I use the Airport Exreme as router and Airport Express (2011, direct plug-in model)
    Some facts I learned from the Airport-app on my iPhone:
    Wireless clients from Airport Extreme:
    iPhone 150Mb/s (802.11 a/n) connection: excellent
    Acer laptop 144Mb/s (802.11 b/g/n) connection: excellent
    The Airport Express:
    240Mb/s (802.11 a/n) connection: good
    I bought the song "Love Me Like You Do" (Ellie Goulding) via iTunes.
    As you adviced me I tried to play it via iTunes, and streamed it from iPhone to Airport Express.
    Especially listening to the bombastic part of the song (from 3:14). Sound was tolerable.
    Playing the song from iPhone via Spotify: sound is awfull, totally overloaded.
    Playing the song from laptop via Spotify (Airfoil): sound is good.
    Playing the song from laptop via iTunes (Airplay): sound is good.
    The song never plays 'Excellent' in any way. I Think the song was recorded 'over the top'.
    Even when you listen to it via headphone, it sounds very messy, "on the edge...".
    I am happy that most songs sound good. So far playing Spotify via laptop and Airfoil gives the best results.
    According to the figures from the Airport-app, it seems I will never get optimal bitrate with my current system.
    As amplifier I use the Luxman L505u, usually connected tot Airport Express via Cambridge Dacmagic,
    but during testing via normal analog cable (without Dacmagic). So far I think the Dagmagic is not the problem.
    What do you think, after reading my story?
    Thanks in advance
    Peter

  • Unable Streaming Audio Over AirPort

    OK, with this forum's help, I've figured out how to stream audio from one of my favorite radio stations to my iMac.. That's all well and good, but I'm unable to hear the resulting audio through my stereo receiver which is networked to my iMac through AirPort using an AirPort Express and a Time Capsule. iTunes plays just fine through this network. What's up? I'm missing something.

    depending on the application you use, Airfoil might be able to help.
    JGG

  • Want to play streaming audio (*.rm), Mobile Safari won't.

    World's most boring use: listening to archived streaming audio of Maryland legislators. They use RealAudio.
    Tried Safari, won't play it (it downloads the *.ram file to DropBox).
    If  iTunes plays them I have no idea how to specify that.
    They also use Silverlight video streaming, which as I understand it is not something you can see on an iPad.

    http://mlis.state.md.us/2012RS/hearsch/committee-hearings-index.htm --
    gives you Senate or House choices. Here's the Senate page:
    http://mlis.state.md.us/mgaweb/senatecmtaudio.aspx

  • Streaming music using airport express

    Is is possible to stream music from Safari to an airport express like you can in Itunes?

    Hi
    Welcome to Apple Discussions
    To stream audio from Safari through your Airport Express you'll need to purchase Airfoil. There is a demo version on the developer's site. I suggest trying it before purchasing. Also, I suggest reading the FAQ on the site.
    Message was edited by: Hawaiian_Starman

  • Bug: OS 4.5 Media Player does not allow BB screen to shut off when playing streaming audio

    I updated my Verizon Pearl 8130 to OS 4.5.  Now, when streaming audio from a station such as "Groove Salad" at http://www.somafm.com, the screen does not shut off but stays on indefinitely, wasting precious battery power.  OS 4.3 Media Player did allow the screen to turn off when streaming audio.
    - Bill

    I have a similar issue since upgrading to to 4.5 with my vzw 8130.   with 4.3 I was able to stream audio and then have it run in the background to read messages or address book for example all the while the audio was still playing.   Now once I get the audio streaming and back out to the main menu the media player quits.

  • Stream audio to airport express from motorola wr850g xp pro sp2

    I picked up a used airport express in hopes of streaming music from itunes. I installed the airport express utility and it seems to be geared towards setting up a base station. The software complains that windows is not setup to control my wireless network. I plugged the AX directly into my router (motorola wr850g) and it connected and began kicking out a signal (I logged in via my ipod touch). So I know the AX works but I'm curious how difficult it is to set this up with my router. I have access to my router now and access to the AX via the utility when connected via cat5. I don't need AX to repeat the signal if that is any help. Thanks for help.

    Hello repke95. Welcome to the Apple Discussions!
    What you want to do is reconfigure the 802.11g AirPort Express Base Station (AX) to "join an existing wireless network."
    Here's the basic steps ...
    Perform a "factory default" reset of the AX
    o (ref: http://docs.info.apple.com/article.html?artnum=108044)
    To set up AirTunes on the AirPort Express Base Station (AX), either connect to the AX's wireless network or temporarily connect your computer directly (using an Ethernet cable) to the Ethernet port of the AX, and then, use the AirPort Admin Utility to check these settings:
    AirPort tab
    o Base Station Name: <whatever you wish or use the default>
    o Wireless Mode: Join an Existing Wireless Network (Wireless Client)
    o Wireless Network: <select the existing Motorola's wireless network>
    Music tab
    o Enable AirTunes on this base station (checked)
    o Enable AirTunes over the Ethernet port (optional)
    o iTunes Speaker Name: <whatever you wish>
    o iTunes Speaker Password (optional)
    In iTunes:
    iTunes > Preferences... > Advanced > General
    o Look for remote speakers connected with AirTunes (checked)

  • Streaming audio using safari

    itouch 1st gen. I can connect fine to my wifi, however whenever i try to connect to a radio station to listen"live" or connect to my sirius account. It shows that's playing, but there is no sound. Does this thing not stream audio??
    I have upgraded to the 2.2 firmware.

    iPod Touch is capable of streaming via WiFi with Webapps that provide radio streaming
    Some examples of Apps that support this feature below.
    AOL Radio
    iHeartRadio
    Pandora Radio
    You may want to check the Sirus website and see what type of requirements are needed to listen to it on mobile devices. It may need to install a plugin of some sort to give you full audio.
    You may wish to also submit feedback to Sirus and let them know your interested in iPod Touch App to listen to the radio shows.

  • Streaming Audio using JMF

    I am trying to create a application that uses streaming audio and would be an internet radio with a server that will stream songs and a client that can listen to the stream. How can I stream audio, specifically mp3 files, using the JMF?

    I am in a similar project.
    I found JMF does not provide enough support for stream.
    I can't split a stream into some packets and transfer them to another peer.

  • Recording Streaming Audio Using Total Recorder in Vi

    Last year I purchased High Criteria's Total Recorder to successfully record sounds over the internet, etc. Earlier this year I bought a new PC with Vista and onboard sound, and I?installed Total Recorder on the new PC. ?It no longer worked. I checked their website, but they weren't much help. They said to look for a "wave out" option in recording, but there was none. Thinking that it was the onboard audio causing the problem, I bought and installed an Audigy SE sound card yesterday. While it gives me a few more recording options, I still can't use Total Recorder. Cqan anyone please give me some suggestions as to how to make this work? Or is there another program out there to record streaming audio in Vista? Thanks.

    Hi
    Can you record using mp3 or wma -format (on 28kbps) with these tools you have? These formats packs wav data to ~/0 deal from original without huge quality loss.
    If not you can try if there is some other recording tools. There are also freeware products on many SW sites like
    http://www.download.com/Audio-Video/200-2025_4-0.html?tag=dir
    http://www.winsite.com/
    .jtp

Maybe you are looking for

  • 7th gen ipod nano wont restore i get error message (-23) problem downloading software for iPod!

    I bought a refurb iPod and i guess its formated for a mac so it told me to restore it but i get the error message and for some reason when i pluged it in it asked me if i wanted to reformat "removable disc drive G" which i'm sure is the iPod it self.

  • Can you loop audio on first page of iWeb

    Just got iWeb - experimenting, but not yet published the site. Can I set up an audio clip to loop continually? - either just on the first 'welcome' page, or throughout the site until a different audio clip is selected? This would be like on most comp

  • How to replace EQUAL TO by LIKE in a Query involving variables

    Dear All, I am working on a Query which is in reality 3 Queries in 1. It works perfectly. When I run the Query, it gives the following Query - Selection Criteria Query - Selection Criteria Import Log                        ................... Block N

  • Difference between different Invoices

    Hi Frnds, Can any body let me know the difference between Commercial invoice, Tax Invoice & Retail Invoice in terms of Bussiness as well as SAP. Regards sunil

  • Low image quality on idvd slide show DVD

    Hi, I am trying to create a DVD that will play wildlife images. I have the images (In high ressolution, edited at photoshop CS2) and an audio file (Wildlife sounds) I went to IDVD, choosed a theme, added an image as the entrance, add a slide show, ad