Hi,
I have a working mp3 stream from our shoutcast server with an old version of jwplayer:
http://www.frauneder.com/streamtest/old.html
but since I tried to update to the newest version of jwplayer it doesnt play anymore. On the network side I can see that it tries to load the file but doesnt start to play it.
http://www.frauneder.com/streamtest/new.html
Any help appreciated.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html lang="en">
<head>
<script src="http://www.google.com/jsapi"></script>
<script>
google.load('swfobject', '2.2');
</script>
<script type="text/javascript">
var flashvars =
{
'file': 'http://188.21.68.154:9000/;*.nsv',
'type': 'sound',
'duration': '9999999',
'title': 'My Stream',
'frontcolor': '86C29D', // text & icons (green)
'backcolor': '003367', // playlist background (blue)
'lightcolor': 'C286BA', // selected text/track highlight (red)
'screencolor': 'FFFFFF', // screen background (black)
'id': 'playerID',
'autostart': 'true'
};
var params =
{
'allowfullscreen': 'false',
'allowscriptaccess': 'always',
'bgcolor': '#FFFFFF'
};
var attributes =
{
'id': 'playerID',
'name': 'playerID'
};
swfobject.embedSWF('player.swf', 'player', '600', '200', '9.0.124', false, flashvars, params, attributes);
</script>
<head>
<body>
<div id="playercontainer" class="playercontainer"><a id="player" class="player" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Get the Flash Plugin to see this video.</a></div>
</body>
</html>