Trying to stream online radio station to no avail

hi guys,
just wondered if with my internet connection it would be possible to stream an online radio station (www.passionradiobristol.com) using my connection which is fairly slow (300k). I know this is pretty poor but here in my region of Brazil it's limited. Is it possible, maybe I can do something to optimise the setup?
any help most appreciated! My favourite radio program is on this channel!
Ben

Get this optimizer and see if it helps: http://www.versiontracker.com/dyn/moreinfo/macosx/12591
There aren't such good reviews about it, but it must work for some people, or it wouldn't be available.

Similar Messages

  • Listening to streaming/online radio stations?

    Hi there!
    Is anyone here who manages to listen to MP3 streaming radio stations? shoutcast.com requires flash, so it does not work with my slide 3600.... The *.pls playlists from mobtuner.com  are not recognized by my phone, though the 3600 slide could play streaming MP3 it does not recoginze *.pls files. I can only shake my head when i look at this....
    So, who of you listens to such stations and what Nokia do you use?
    Best regards
    Malte

    i found the easiest is to use Internet Radio in the radio applications within Series60 phones. again, Nokia seem to be putting the top-notch features in Series60 phones rather than Series40, in order to differentiate the phone ranges. It seems that you are indeed searching for many features not available in Series40 but are standard on Series60. Actually, it might not be a bad idea for you to buy a N-series or other Series60 device, maybe one that has been on the market for a while and isn't that expensive, in order for you to satisfy your mulitmedia cravings. I have a N78 and i think now its price point is getting quite cheap, so maybe you can pick up something similar for a bargain
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Plugin error when trying to stream a radio station

    Hi!
    I get the message unknown plugin (video/x-ms-asf) in firefox when i try to listen to a radio station .
    I know this propably has to do with mplayer-plugin which isn't in rep . I was thinking of installing gecko-mediaplayer but it installs
    and some other packages which i don't need , for example gnome-mplayer when in fact i have mplayer installed.
    Is there an alternative way ?

    Either the client was using a beta of CS6 or the file was corrupt.
    BTW, did you actually try to open it from the USB stick? Not a good idea and that could have caused a problem all by itself.
    Bob

  • I can no longer stream any radio station, no audio

    I have been streaming various radio stations for years, Sometimes the audio drops at one station, so then I click on another to resume the same talk radio host. About a week ago, I went back & forth trying to keep the show going, butsuddenly i realized non of the stations were working? I do get audio from advertising before streaming opens?
    The "getting station information.........." notice is frozen...

    Welcome to the forum.
    When requesting help you should always include the make/model (i.e. p6-xxxx) of the computer and/or monitor. This information is necessary for us to review the specifications of them.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • After a successful home button repair, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    After a successful home button repair on my iPhone 4, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    I guess your definition of a "successful repair" is different from most people's.
    If you got it serviced by Apple, take it back to them.
    If you had it serviced by a 3rd party, Apple won't touch it. Take it back to whoeever fixed it for you.

  • Trying to listen to radio stations online

    i'm trying to listen to a specific radio station online and when i try the below message is what displays,
    The page “WEFM” has content of MIME type “application/x-oleobject”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed.
    any idea what i can do to be able to listen, thanks in advance for any help

    HI,
    Try Pandora.com
    Carolyn

  • How can i play online radio stations using media player on my Mac?

    I'm trying to listen to a local radio station online but when I click the listen live link it just brings me to a blank screen, I've downloaded a Mac compatible "Media Player" but not sure how to get this specific webpage to lauch using that? This may be a simple anwser but i'm stumped!!

    What do you mean Keynote "son't open the DVDs"? That doesn't make sense. It's not up to Keynote to open the DVDs. The file that are ON the DVDs, yes. The DVDs, no. What kind of files are they, exactly?
    Try downloading Open Office and see if you can open them with Impress, the presentation program included with the Open Office package.
    If that won't work, you can get a 1 month trial of Office365 from Microsoft. It's $9.99 a month after the trial ends.

  • Did recent firefox updates. Now adobe flash plugin has crased when trying to listen to radio station. pls help

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/761043]</blockquote><br>
    I always listen to radio station 105.7 fm in Balto, MD. A couple of days ago installed Firefox updates. "Help" shows no updates available at this time. I can message "adobe flash plugin has crashed". Unable to correct with info online. Not sure what to do at this point. Pls help.

    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r42
    # Next Generation Java Plug-in 1.6.0_21 for Mozilla browsers
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    See also http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins

  • Can I get this code to stream a radio station?

    I have a radio station in AAC format.
    I got this code to play an m4a file, but how would I get it to play an m4a stream?
    The stream I'd like to use is http://89.238.166.195:9162
    var mySound:SoundTransform;
    var connect_nc:NetConnection = new NetConnection();
    connect_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connect_nc);
    stream_ns.play("sample.m4a");
    mySound = stream_ns.soundTransform;
    mySound.volume = .5;
    stream_ns.soundTransform = mySound;
    how would I go about playing a streaming radio service.

    Well, a RandomAccessFile together with a counter should work. However, you can also achieve this by buffering the input rather than writing it directly out
    java.util.Vector vect = new java.util.Vector();
    try{
         while((c = istream.read()) != -1){
             vect.append(c);
    catch(IOException e){
         System.out.println("Error: " + e.getMessage());      
    finally{
         istream.close();                 
    }     with the help of
    java.util.Vector.size() and
    java.util.Vector.elementAt(int index)
    you are able to display only 20 lines at a time, you just need the additional code for reading System.in
    public static void prompt(String s){
        System.out.print(s + " ");
        System.out.flush();
      public static String readData ( BufferedReader in)  {
        boolean verfuegbar = true;
        while ( verfuegbar){
          try{
            S = in.readLine();
            if ( S != null)verfuegbar = false ;
          catch (IOException e){System.out.print (e);}
        return S;
      }now it should work with
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    prompt("return for continuing");
    int twentscount = 0;
    int count = 0;
    do{
       while( count < 20 && twentscount+count < vect.size() ){
           outstream.write(vect.elementAt(twentscount + count).toString() );
           count++;
    prompt("return");
    readData(in);
    twentscount += 20;
    count = 0;
    while(twentscount + count < vect.size());sure, this is code from head, and you can make many changes (e.g. instead of using twentscount use the modulo (%) operator saving one variable (while count % 20 != 0 ).
    I'm also not sure if it will definitly run , since i haven't tested it (especialy for index borders).
    I hope this will give you enough hints for this possible solution.
    Adrian

  • I cant stream online radio on my iphone 4

    I just got my iphone 4 and i tryed to play a online radio through sefari but it says "the operation nat be completed" but my old iphone 3 played it just fine

    Hi, I recently had this same problem.
    I had an iphone 3gs that i jailbroke from AT&T to use on straight talk.  then I bought an iphone 4, backed up my 3GS to itunes on my computer. When I activated my new ip4, i reloaded all my backed up files to the new phone and discovered that I could do everything except send pics via texts. I could send them via imessage, I could send them via email, i could upload to anything I wanted to, i just couldnt send a pic via text. worked with the carrier, worked with Apple. Then I backed up the phone again, reset it to factory settings, then started up from Hello again and BEFORE i reloaded all my stuff from itunes, i tried to send a pic via text and it WORKED. Then i restored all my stuff from itunes and then it didn't work AGAIN.  I got online with Justin in Support with Apple and he had me do the regular reset; Settings>General>Reset>Reset All Settings. this will take your phone back to factory settings but WILL NOT discard all your contacts or other media, but you will have to reset your ringtones, text tones, etc, and any other settings you may have changed such as text size....I need it big.....anyway, i hope that i helped someone with this. I'm glad it was just this simple for me, because all my other settings were fine, mms was on, etc. but if you do a backup from one iphone to itunes and then download it to your new phone, it could be something in one of those files, or a corrupted file or just a simple setting from one carrier to the next that's stopping you.  Hope this helps!!

  • Online radio, stations no, Online radio, stations list not being showed sometimes

    Sometimes, and when I say sometimes i mean frequently, when I select some radio categories, like for example adult contemporary or Hard Rock, or any other listed radio category, the screen turns black and there is only the category name in the upper right corner, nor radio stations neither any logo is showed.
    Does anyone has a clue on what the problem might be? My first guess was connectivity, but everything else seems to work fine (for example, I can watch YouTube videos right after the problem happens).
    Thanks,

    Look at the following tread, you're not alone. Quite a few people are having this problem. NO solution from Apple yet.
    https://discussions.apple.com/message/17690038#17690038

  • Why are BBC radio stations no longer available on Apple TV?

    The BBC radio stations are suddenly no longer available via my Apple TV.
    This has happened before but they came back again.
    Is there a reason for this?

    It appears the BBC no longer provides a high and low rate stream for each station. I had BBC Radio 6 Music High as a favourite which stopped working about a week ago. A couple days later a message came up saying that station was no longer available and offering to remove it as a favourite. I went back to the Alternative category and found it just listed as BBC Radio 6 Music which works. I now have that as a favourite.
    There is now a single listing for the other Beeb stations. BBC Radio 1 is under Top 40/Pop, Radio 2 is under Adult Contemporary, Radio 3 under Classical and Radios 4 & 5 under News/Talk. I dont know if some of the specialty stations are there, or if they were even there before.

  • ITunes radio station is not available after two or three songs played

    Why after create an station in itunes radio, after two or three songs played the messages is "station is not available"

    First of all very disappointed in apple cust service for the price of there equipment should be more available created a station for the Reggie vision band plays 2 songs and then says station not available . everytime I have to delete the station reinstall the station 2 get 2 more songs   ???? is anyone else having these sorts of problems  ?? Apple if your listning  HELP   PLEASE !!!!

  • Why can't I play any of the online radio stations??

    I've always listened to the radio through my mac, but today when I tried it just says unable to play and that there is a mismatch between my computer and the player.
    Any ideas???

    Have you done any basics like re-starting the computer? If you have an the problem persists please let us know more, your original post tells us nothing of use to help us troubleshoot. We need to know the version of OS X installed, how you are attempting to connect to the radio (iTunes, direct via a station's website, etc...) and which iMac you own.
    Without these basics it's almost impossible to help.

  • Streaming audio (radio stations)

    Is it possible to access streaming audio via radio staion web sites on my Curve?

    Just to be sure: which Firefox version are you using?
    You may have a corrupted user agent that identifies you as Firefox/3.6.17
    *Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729) FBSMTWB
    See:
    *https://support.mozilla.org/kb/Finding+your+Firefox+version
    *https://support.mozilla.org/kb/websites-say-firefox-outdated-or-incompatible
    *http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    If you really use a Firefox/3.6.17 version then you should update to the latest Firefox 16.0.2 version.
    *https://support.mozilla.org/kb/update-firefox-latest-version
    It is important to update Firefox and add-ons to the latest versions to get the latest bug fixes and security updates.
    Also note that the latest Flash plugin for Firefox 3.6 is Flash 10.3 and that your Flash 11.4 version is not officially supported for Firefox 3.6 (Mozilla Firefox 4.0 or later)
    *http://www.adobe.com/products/flashplayer/tech-specs.html

Maybe you are looking for

  • Spotlight does not find files with "_" (underscores), but only for certain file types

    Hey Folks, this is strange, maybe someone has an idea. I already searched the internet for a while, nothing found so far. I have a file "calc_mean.m" on my desktop. When I type "calc" in spotlight, it shows the file. But when I type "calc_" it sudden

  • XBox + iMac display?

    I have ordered the new 17" iMac and also bought an eyeTV device to allow me to watch television on it too. So I have one 'thing' for music, tv, dvd etc.. I also have an XBox. Now, is it possible to somehow get it to output onto the Macs display? Also

  • Text message response apps

    I have a Droid 3 and with all the focus on texting and driving I am looking for an app that me do a couple things. 1. Read me my text message via Bluetooth(if possible) 2. Send a canned response to the sender that I will be back to them. I was using

  • How do I fax to pc 4500 series?

    How do I fax to my pc?

  • ReaMacbook won't start. HELP. Panicking now!

    Hi guys. My Macbook wont start. Ive tried all it says in the troubleshooting pages. The battery seems fine, it is glowing green so battery is full. I was trying to run SuperDuper yesterday to clone my HD, would this have done something? Really need h