Pearl won't play streaming audio

I installed Slacker Mobile radio, and also the app for XM radio, and I couldn't get either one to play the streaming content. How can I fix this?

You can try to install the new WMP plugin.
See http://kb.mozillazine.org/Windows_Media_Player#Missing_plugin

Similar Messages

  • 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.

  • Latest release won't play streaming audio

    An interface that many radio stations use for streaming no longer loads in Firefox. IE will play it for me. It finds the station but when the notice "loading media" appears, it never connects and starts the audio in Firefox. Representative link is given below.
    Here's one URL example:
    http://www.999litefm.com/mediaplayer/?station=WLQT-FM&action=listenlive&channel_title=

    You can try to install the new WMP plugin.
    See http://kb.mozillazine.org/Windows_Media_Player#Missing_plugin

  • Movie purchased in iTunes won't play. Audio is fine; video doesn't appear.

    Movie purchased in iTunes won't play. Audio is fine; video doesn't appear.

    Wormbog wrote:
    I went back to iTunes but there's no option for me to re-download it.
    Yes there is.
    Go to the iTunes Store on your computer.  Click the "Purchased" link about halfway down on the far right side.  Click the "All" tab on top.  The song is there.  Re-download it.

  • 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.

  • Itunes won't play, store won't play, no audio

    itunes won't play, itunes store won't play, no audio.

    Make sure the volume slider in iTunes isn't all the way to the left.
    If that doesn't work, check out this Apple article -> iTunes and QuickTime for Windows: Audio does not play or plays incorrectly

  • 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

  • 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

  • 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.

  • Starting in the middle of an animation won't play the audio

    I was creating a frame-by-frame animation in Flash Pro CC that went with an audio file I added to the project, however when I start from the middle, or anywhere besides the start, the audio won't play, but the animation will. I chatted with a customer support guy and he directed me here. Is there any way to fix this?
    I'm running Windows 8 64-bit.

    if that's an html5 project, no.
    otherwise, assign your sound's sync property (in the properties panel) to stream, not event.

  • Windows media won't play mp4, audio no video

    I upgraded from a desktop to the HP TouchSmart 15 TS Notebook PC so that I would have all the functionality
    of a new operating system that would work. Guess I was mistaken?!?!?! I have the same problem I had with my old crappy desk-top, MP4 videos still don't play on Windows 8.1???? I get audio but no video????? just a black screen?????

    According to Microsoft support website, Windows Media Player still won't support MP4 files. Though we can make WMP play MP4 video by install some codec, sometime we still encounter can't play MP4 in Windows Media Player issue. MP4 is a container format which may contain multiple video and audio streams. And the video and audio stream can be encoded any of several ways. If the MP4 video or audio codec is not WMP installed codec supported one, Windows Media Player won't play MP4 video of this kind. In order to solve "Windows Media Player won't play MP4 files even when the appropriate codec is installed" and to successfully play any MP4 video in Windows Media Player, we had better convert MP4 to Windows Media Player more supported video format like WMV, AVI. Resources: http://www.idealshare.net/video-converter/windows-media-player-mp4.html

  • Premier Pro CC won't play / render audio or video after today's update

    Foolishly I allowed CC to update my software ( CC 2014.2 )  and now it won't play or render video or audio.  It will allow me to scrub through and see the video, but the play button just turns to a square and does nothing..  Trying to render anything does even less.
    This behavior can be repeated in both in the source window, as well as the program window when I scrub the timeline.
    Premier Pro worked fine yesterday, with the same files.  I booted onto a back up drive that had my old CC program cloned...  And it still works fine..    I think it's safe to eliminate hardware issues as well as file / file types...
    I have deleted the Premier Pro app and reinstalled, I have reset the preferences, I have dumped the media cache.
    I have tried to set up new files, both on the internal hard drive, as well as an external...  ( both work fine with the old system backup )
    Still the same NON results...
    Running on an iMac, using OS 10.8.5
    Processor  3.5 GHz Intel Core i7
    Memory  32 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GTX 780M 4096 MB
    Any solutions would be greatly appreciated....

    Bandicam read #10 http://forums.adobe.com/thread/954394 for possible hellp

  • Premiere Pro and Soundbooth won't play video/audio for more than a second.

    Ok, so my issue is that Soundbooth won't play audio for more than a second. It plays a quick bit then stops. Premiere Pro also does the same with video, it plays a quick bit then stops. I don't know if it is connected or not but when I try to change the audio output in Soundbooth to System Default I get this error:
    I set the permissions to premiere and soundbooth to full but it didn't work. I've tried UnInstalling and ReInstalling but that didn't fix the issues either. All of the other programs seem to work. Any help would be much appreciated!!

    Here is the fix.
    1. Open Finder and navigate to /YOUR_HD/Library/Preferences
    2. Rename or move to the Trash the file:   com.apple.audio.AggregateDevices.plist
    3. Relaunch The Program

  • ITunes 10 won't play movie audio thru remote speakers

    I just downloaded a movie and wanted to play the audio through my remote speakers. No sound. iTunes will play music files on the remote speakers, just not movies. Could anyone help me? I'd like to show clips of the movie to my students tomorrow!!
    Thanks!

    MsMcdoyle wrote:
    iTunes will play music files on the remote speakers, just not movies.
    that's expected behavior. you can currently only stream audio from music files via AirPlay.
    Could anyone help me? I'd like to show clips of the movie to my students tomorrow!!
    to do that, you need Airfoil. however, also check this: _*Preventing audio delays while watching videos with Airfoil*_.
    JGG

  • Video won't play but audio will.

    Whenever I try to playback my video, the playhead will move but it will stay in the frame I started from and won't play the video, but the audio will play. I;ve tryed rendering everything, restarting my computer, and cleaning the cache but none of that will work. I tried exporting the video and it played fine but it still would do the same thing when I went back to editing. Does anyone have any idea on how to fix this? Does it have anything to do with me only having 4gb of ram?

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

Maybe you are looking for