 Re: Shoutcast stream stops in web browser
<script type='text/javascript' src='mediaplayer-viral/swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
Hi,
I used to embedded the JW player by following code . But the result is same. Its works fine in all linux system. But its stops afte 1.20minuts latr in some windows (OS) System. Note that the server is hosted on Linux. please Guide Me
<script type='text/javascript'>
var so = new SWFObject('mediaplayer-viral/player.swf','ply','470','24','9','#ffffff');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://marconimalayalam.com:8000/;stream.mp3');
so.addVariable('bufferlength','20');
so.addVariable('duration','1000');
so.write('mediaspace');
</script>
|