Re: WMP does not play streamed online content



Thanks to both Neil and cwdjrxyz. I also thought it might be a Firefox
compatibility issue, but the stream does not work in IE7 either. By the way,
I have the same problem with the BBC Radio World Service
(http://www.bbc.co.uk/radio/).

I also tried www.somafm.com. Does not seem to work. It opens WMP11 in
stand-alone mode, but I just get a gray screen and nothing happens.

"cwdjrxyz" wrote:


Neil Smith [MVP Digital Media] wrote:
On Thu, 21 Dec 2006 03:43:00 -0800, OzzyZ
<OzzyZ@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi,

For some reason WMP11 does not seem to play internet radios. Whenever I try
to listen to the audio stream, WMP pops up and shows that it is "ready", but
never starts buffering the stream and playing the audio.

Any idea what might be wrong? Some content, like Youtube videos work just
fine. Others, like the radio channel here: www.lugnafavoriter.com does not
work at all.

The station www.lugnafavoriter.com does not work on Firefox or Opera
browsers using WMP11 - the wma stream will never start. However it
works just fine on the IE6 browser. This same thing happened to another
poster in one of the ms groups for another radio station that suddenly
quit working for WMP11. The FAQs for the other station indicate that it
might have something to do with popup blockers, but I doubt if that is
the case for the WMP11.

The most recent Real player will play wma. If you bring up the Real
Player and put in the url of the mentioned station, Real handles the
streaming wma just fine.

I can not read the language for the help FAQs for the station, but here
they are if anyone can.

"
Vilket program behvver jag fvr att lyssna?
Windows Media Player som du hittar hdr: (ldnk)

Det ser ut som radion spelar men jag hvr inget?
Kontrollera att volymen pe din dator inte dr nerdragen.

Jag hvr bara ett kort klipp i bvrjan sen blir det tyst?
Har du senaste versionen av Windows Media Player installerad?
Kontrollera hdr: (ldnk)

Ljudet hackar ndr jag fvrsvker lyssna?
Detta kan bero pe att en instdllning dr fel i Windows Media Player.
Fvr dndra gvr fvljande:

1. Vppna Windows Media Player fren startmenyn
2. Ge till menyn Verktyg (Tools)
3. Vdlj Alternativ (Options)
4. Vdlj Prestanda (Performance)
5. Klicka pe Identifiera anslutningshastighet (Detect connection
speed)
6. Klicka pe OK

Det ster buffrar och sen bara klar i webbradiofvnstret?
Testa detta:
1. Vpnna Windows Media Player fren startmenyn
2. Ge till menyn Verktyg (Tools)
3. Vdlj Alternativ (Options)
4. Vdlj Ndtverk (Network)
5. Klicka endast i HTTP.

Om du sitter pe ett fvretag, kontrollera med ndtverkstekniker att ni
har tilletelse att ta emot streaming via http i brandvdggen eller
annan webbkonfiguration."

The code for the station page uses the external javascript below that
is concerned with the player.

function handlePlayOrPauseClick(){
var state;
playerStatus = mediaPlayer.playState;
if (playerStatus == 6) {
document.mediaPlayer.play();
document.playerCtrl.playOrPause.value = " Pause ";
}
else if (playerStatus == 1) {
document.mediaPlayer.play();
document.playerCtrl.playOrPause.value = " Pause ";
}
else if (playerStatus == 2) {
document.mediaPlayer.pause();
document.playerCtrl.playOrPause.value = " Play ";
}
}

function changeSize(newSize) {
document.mediaPlayer.displaySize = newSize;
}

function change() {
var list = document.playerCtrl.streams;
var streamURL = list.options[list.selectedIndex].value;
document.mediaPlayer.stop();
document.playerCtrl.playOrPause.value = " Pause ";
document.mediaPlayer.fileName = streamURL;
}

There is also another very long script, but it is concerned with flash
and apparently not with the player operation. Part of the code for the
page is in serverside php, so this can not be seen on viewing the
source code.

My guess that the WMP 11 may be responding to script in a different way
than on WMP10 in the case of non-IE browsers. This is something for
Microsoft to look into. In the meantime, if you have trouble with a wmp
streaming station, try using an IE browser, if you are using another
browser and have an IE browser. Or if you have a recent Real player,
bring it up and enter the url of the station into it. If you still can
not receive the station, you might try turning off any popup blocker
and lowering security settings to a medium value if they are set very
high.


.


Loading