Problem opening internet radio stations using WMP player as default.

I've experinced a problem whit Safari saying that i don't have WMP installed when im certain it is installed.
I'm sure that it isn't a extention conflict or such.
This following station is the one i've attempted to access when the problem above happend.-
http://www.thevoice.dk/mediaplayer.jsp

If you are using an Intel-based Mac the WMP plug-in will not work unless you force Safari to run in Rosetta emulation. Or you can remove WMP and install Flip4Mac.
To force Safari into Rosetta emulation select the Safari icon then press COMMAND-I to open the Get Info window. In the upper section you should see a check box labeled Run in Rosetta. Check the box. This should enable WMP to work with Safari, but you will notice Safari will run slower in emulation than in native mode.

Similar Messages

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

  • Updated player and now cannot listen to internet radio stations - why ?

    Updated to 14.0.0.145 the other day and now cannot listen to internet radio stations that worked fine before updating ( WABC , WMAL , KSFO ) . Programs won't download . WMAL's podcast does work , though . No trouble with Youtube , etc...
    I have Windows 7 and IE 10 .
    Can anybody help ?
    Thanks in advance .

    Each updated version of Flash Player includes important security updates.  You really want to be running the latest version of Flash Player.
    I'm also able to play these streams with no problem.  Have you rebooted since you upgraded?  It's always a good first step for mysterious problems. 
    If that doesn't work, I'd Uninstall Flash Player | Windows and then do a fresh install from http://get.adobe.com/flashplayer before considering downgrading.  That's an unwise course of action.

  • How to use my iPhone 4 to select Internet radio stations on MacBook Pro

    Okay, once again I return here to seek guidance and wisdom.  Fellow members here told me about Air Video, a terrific set of programs for iOS and OS X to stream videos from my MacBook Pro to my iPhone 4.  It is awesome!
    Now, my other need (?).  I want to run something on my Mac that lets me select Internet radio station streams like TuneIn for ex., but I want to be able to change selections on whatever is on the Mac from the iPhone 4.  What I want to do is use the iPhone 4 as a remote for the app on the Mac which I want to connect to either some external speakers or someday to a real external Dac, amp, and speakers.
    I have the TuneIn Pro app on my iPhone 4 already and on the Mac via browser have accessed their website.
    Now someone surely is going to mention Airplay or something to stream from the iPhone4.  From the cost of Airplay capable hardware, I just can't afford it yet.  Maybe if I could find Bluetooth speaker or device?
    One other thing to throw in for thought.  I have not only iTunes on my MacBook Pro, but also Fidelia and Amarra, and thinking about Decibel or Audirvana.  In other words somewhat hi-def music output quality available on the Mac.  So....I do have a remote app for Fidelia and think there's one for either Decibel or Audirvana, so that brings me back to Internet radio on the MacBook Pro.  If I can find a way to use the iPhone 4 to select an app on the Mac for Internet radio, I can play those plus hi-def music via one of those programs.
    I probably didn't say all that right, but I hope you can decipher what I am asking about.
    If nothing else, can you recommend inexpensive Bluetooth speakers to play radio from the iPhone4?  I was hoping to buy some AudioEngine powered speakers for the Mac, hence the desire to run all sound/music through that device but using the iPhone4 as control device.

    Hi Starbux48
    First off. The benefits of using Amarra, Pure Music, Audirvana or whatever, can only be heard if you have a true audiophile system set-up. Think of systems starting from 5000 U$. Then only if your music files are high resolution. Think ALAC or FLAC, AIFF or Wave.  For all other music playing the itunes set-up suffices. So the better idea for you will be playing the music over your macbook.
    Mountain lion offers airplay for intel based macs. You can use this. If you install the free Remote App. on your iPhone, you can use that to control itunes on your Macbook via wifi/Airplay. The remote app offers you the view of itunes on your Macbook and the screen of your Macbook changes with what you do on your iPhone. So you can even control the itunes radiostation from your iPhone.
    If you have an older, non-intel macbook, you can install airserver on your macbook. This will set you back 15 dollars or so, but will basically do the same.

  • How to use a Mac for broadcasting an internet radio station?

    Hi
    Have been toying with the idea of starting my own internet radio station. I have a new Macbook Pro and one Macbook from 4 years ago (updated to Yosemite though), and I have been wondering if Apple itself loads any capabilities into their hardware for starting off a slick and professional sounding radio broadcast.
    If one uses cloud tech, could the station be run with minimal requirements of storage etc at my end? Could iOS be a possibility if combined with other content over cloud?
    Thanks for any tips.
    Anuj

    Badriyah wrote:... I want to use the webcam as the video input for the second laptop... Is that possible?
    Yes.
    Although you will likely have much simpler and more satisfying results by having at least one of your Macs repaired, depending on which Macs you have and which Mac OS you use with them, there are at least the following possibilities:
      • Screen sharing overview
      • Allow access using Remote Desktop
      • Use another Mac as a display (Target Display Mod
    Message was edited by: EZ Jim
    Mac OSX 10.10.1

  • Some internet radio stations with http protocol and mp3 format not working in AIR 2.0

    First, i am sorry for my bad english. When I publish swf for Flash 10 player all stations in my list works. If I publish them for AIR 2.0 stations with adress end ":XXXX", where XXXX is port number, they cannot work. What is problem? Thanks in advance.

    Perhaps,  in the previous post I wasn't clear enough, so I'll try to make it better: I am using the Adobe Flash CS5 and AS3. I wrote the script for listening internet radio stations. In the station list I named only those that use HTTP protocol and mp3 format, cause I know the limits of Flash in audio streamings. If I publish FLA file in SWF for Flash 10 player all the stations can be listened.. If swf file is made for AIR 2.0 there's a problem: the stations with adress  http://xxx.xxx:xxx/<something> can be listened, and those without extension behind the port number (:xxx) can not. Main parts of the script are:
    startButton.addEventListener(MouseEvent.CLICK, listen);
    req.url= "<adress>";
    snd = new Sound();
    snd.load(req);
    private function listen(event:MouseEvent):void {
    req = snd.play();
    Example:
    adress=http://scfire-ntc-aa08.stream.aol.com:80/stream/1010 - working
    adress=http://www.radionovosti.rs:443/radionovosti56s.mp3 - working
    adress=http://sh1.beotel.net:8002 - not working
    adress=http://77.105.36.58:8881 - not working
    It would be great if someone of Adobe employers explain to me what is the problem. Thanks.

  • After update an internet radio station no longer works.

    After iTunes 12.1 update an internet radio station no longer works. Prior iTune internet radio station works fine.

    I now believe the problem with IE9 was not related to HP, but to a Windows Update replacement to the “Intel Corporation - Display - Mobile Intel(R) 4 Series Express Chipset Family” drivers:  Intel Corporation Display software update released in February, 2011 (useless link  http://winqual.microsoft.com/support/?driverid=20411791).   IE9 started working OK when I set “Use software rendering instead of GPU rendering*” (see http://forums.whirlpool.net.au/archive/1678709 with reference to “faulting module igdumdx32.dll”), so will now investigate removing that update.
    Sorry to have cast aspersions on HP.  MS did this to themselves, as usual.

  • Synching Internet Radio Stations Playlist with ATV - Doesn't always work!

    I'm having some challenges with ATV Take 2 and itunes 7.6.1 to synch a playlist that contains internet radio stations. I can get it to work when I first sync ATV to iTunes, but then within a few hours, the playlist does not remain synched, and when accessed through ATV, it gives a message to the effect that "there are no songs in this playlist". The only way to fix the problem is to re-synch ATV, which is a pain.
    Has anybody successfully set up a playlist containing internet radio stations in iTunes and managed to keep it synched in ATV Take 2?

    I am having the same problem. This is one of the features that I was really excited about

  • AppleTV 2: to hear internet radio stations which are not in the list

    Hello,
    I have an AppleTV 2 and I like to hear internet radio stations which are not listed in default list.
    Is there any possibility to enter the URL of an internet radio stream manually on AppleTV like in iTunes?
    Thank you and best regards

    You can not enter the URL into the Radio app on the ATV. You can enter it into iTunes then use AirPlay to send the audio to the ATV. You can also use internet radio apps on iPads, touch and iPhones to AirPlay on the ATV as well. I use TuneIn Radio which doesn't let you enter URLs but it has pretty much every radio and podcast feed under the sun.

  • Is there an internet radio station list?

    Is there an internet radio station list?
    How can I find where specific stations are listed, without browsing through all the menus?

    More specifically this link:
    http://www.mirrorservice.org/sites/browsers.evolt.org/browsers/ie/mac/5.1.7_Clas sic/InternetExplorer517EN.bin
    However, I would highly recommend using Wamcom Mozilla instead. You can stop popup advertisements, and it is much better support of many newer websites than Internet Explorer on Mac OS 9. It can be found here:
    http://www.wiwi.uni-frankfurt.de/wamcom/20030723/wamcom-131-macos9-20030723.sit
    Using it though, I'd close the left sidebar for most optimized speed.

  • How to select Internet radio stations on iPad from Music app?

    My iPad is connected to the Internet. In the Music app I how to select Internet radio stations?
    (iPad and iTunes are up-to-date versions.)

    Having searched older posts it appers I am not the only one looking for Internet radio on iOS devices; the answer is this Mac OS X iTunes feature is not in the iOS 7 Radio app or elsewhere on iOS7.  People suggested downloading TuneIn Radio (free with over 50,000 stations).

  • How do I get to Internet Radio Stations on Apple TV After The Upgrade?

    I recently updated my Apple TV software and can no longer get the internet radio stations list.  Is there  no way to access that now that Apple TV Radio is all the new itunes radio?  I listen to the local public radio station on my TV and had a lot of other channel saved which are now gone.
    Thanks

    Welcome to the Apple community.

  • Many of the internet radio stations that I usually listen to are no longer working. When I click on them, they either get stuck in connecting or just jump to the next station below. What gives?

    Many of the internet radio stations that I usually listen to are no longer working. When I click on them, they either get stuck in connecting or just jump to the next station below. What gives?

    Same thing here. Always listened to 96.9 The Eagle but not anymore. Skipped to the next station down.
    This is one of many. What's going on?
    Maybe Apple can tell us!!!!

  • Where did the internet radio stations go?

    I can't find the internet radio stations in iTunes anymore.  How do I navigate to them?  Is it best just to switch over to hear them on windowsmedia.com?

  • Can I create a radio station using the music in my iTunes library?

    I have iTunes 12 installed on my 2014 MacBook Pro and late-2008 aluminium unibody MacBook.  My husband and I share the MacBook and he wants to access my iTunes library because his is empty. 
    A friend told me that the easiest way to do this in iTunes 12 is to create a radio station using my music in my iTunes library.  My iTunes music folder is just over 35GB in size (if that's relevant).  Almost all of the music (>95%) is from my CDs that I've copied into iTunes over the years.
    I would be really grateful if someone could tell me how I go about doing this because I'm afraid that I haven't been able to find any instructions on just how I go about this.
    Cheers
    Tricia

    Here are other ways to share your library but it only works if you're both on the same network: Enable Home Sharing under iTunes/File Menu and read the iTunes Help entry for Home Sharing for additional info. It will allow up to 5 computers on your network to play and download items from your iTunes Library. Alternatively, you can enable "Share My Library On My Local Network" under iTunes Preferences which allows up to 5 computers to play any content in your library but without the ability to download them.
    I assume you keep your iTunes Library synchronized on both computers. If you have it also on the MacBook, this Apple support document will explain how to share your iTunes Library with multiple users on the same computer. This is by far the easiest and always available without using the network.

Maybe you are looking for

  • How to generate a report in MM

    Hi All, 1. I want to generate a report in MM(Material Management) into excel where I can see the comments of my Purchase orders where I mentioned in Header Text, Header Note. Is it possible? If yes please let me know how to do that. 2. I want to gene

  • How can I control incremental value in ODI?

    Hi guys, I have to do something on the target table by insert a incremental value to some field that need to automatically increase by 1. Although , I tried with a variable that query a sequence from oracle but the output to the target table was the

  • This is really getting on my NERVES!! _NOT A GRIPER_ legitamate question...

    I am writing a sort of desktop program (sort of like the desktop to Windows and or any X Window System desktop like GNome or KDE, you get the picture) I've written a FileIcon class that extends JPanel, and I have added a listener for Mouse Drag, so t

  • How can I read a book bought from iTunes on a Macbook pro?

    I bought a book through iTunes on my MacBook Pro and I am unable to open it. Is there anything that I can download so that I am able to read it? If not is there a way that I can get the money back from Apple that I spent on the book? Thanks

  • Is there any function module to convert date formats

    i want to conver from any format of date to mmddyyyy how to do this