View Single Post
  #8  
Old 02-04-2010, 04:53 AM
Stream Recorder
 
Posts: n/a
Default

Re: Shoutcast stream stops in web browser


Quote:
Originally Posted by kvsude View Post
<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>
Try to increase the duration.
Reply With Quote