Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Streaming servers (http://stream-recorder.com/forum/forumdisplay.php?f=27)
-   -  

Shoutcast stream stops in web browser

(http://stream-recorder.com/forum/showthread.php?t=5674)

kvsude 02-01-2010 04:35 AM

Shoutcast stream stops in web browser


 
Hi,

We are running a Shoutcast server on our own Linux server URL submitted by user. port 8000.

On most of the machines the site works ok with good quality audio being played on the Flash player. But on some machines, stream gets stopped after 4-5min of playing. We tried with embedding Windows media player, result is same.(it means ,if the problem is of flash player, memory leack or client pull webcasting' (CPW). But its not working even if, when tried with windows media player plugin, its same, streaming stops. ) But the stream can be heard continously on the same PCs if we play the url in Windows Media Player or WinAmp.

So i really confused about, where and what is the problem

Any hint?

regards,
Sudeep

Stream Recorder 02-01-2010 06:16 AM

Re: Shoutcast stream stops in web browser


 
Try to use JW Player. If you have problems with it as well, you can try to increase the buffer length.

kvsude 02-01-2010 10:26 PM

Re: Shoutcast stream stops in web browser


 
I had been used different player, but the streaming stops while using even windows media plugin in browsers.

But it works fine when it play The URL through Winamp player or media

Stream Recorder 02-01-2010 11:29 PM

Re: Shoutcast stream stops in web browser


 
Standalone players are much more reliable and I understand perfectly that your stream works in Winamp and WMP.

If you can't tweak your flash player to work, you should try other ones like JW Player mentioned above. The latter player works fine with Shoutcast/Icecast streams for many broadcasters.

kvsude 02-01-2010 11:50 PM

Re: Shoutcast stream stops in web browser


 
thank you.

I will inform you the result after doing this Test.

kvsude 02-03-2010 02:02 AM

Re: Shoutcast stream stops in web browser


 
please advise me ,that from where i could get the JW player plugin. So i can embeded it with the browser.

kvsude 02-04-2010 03:31 AM

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>

Stream Recorder 02-04-2010 04:53 AM

Re: Shoutcast stream stops in web browser


 
Quote:

Originally Posted by kvsude (Post 16287)
<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.

kvsude 02-05-2010 01:15 AM

Re: Shoutcast stream stops in web browser


 
I tried But it stops n Windows OS.

Any Suggession???

kvsude 02-05-2010 01:21 AM

Re: Shoutcast stream stops in web browser


 
The shout cast server is hosted in Linux based System. Do this could be the matter stops the player after 1 or 2 minutes whether its playing in Windows OS.

Advise pls


All times are GMT -6. The time now is 08:18 AM.