Audio/video stream recording forums

Free Tutorials: How to Capture Streaming Video and Audio
Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Broadcasting streaming media > Streaming servers
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-01-2010, 04:35 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

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
Reply With Quote
  #2  
Old 02-01-2010, 06:16 AM
Stream Recorder Stream Recorder is online now
Stream recording guru
 
Join Date: Nov 2005
Posts: 4,789
Stream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really nice
Default

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.
Reply With Quote
  #3  
Old 02-01-2010, 10:26 PM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

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
Reply With Quote
  #4  
Old 02-01-2010, 11:29 PM
Stream Recorder Stream Recorder is online now
Stream recording guru
 
Join Date: Nov 2005
Posts: 4,789
Stream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really nice
Default

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.
Reply With Quote
  #5  
Old 02-01-2010, 11:50 PM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

Re: Shoutcast stream stops in web browser


thank you.

I will inform you the result after doing this Test.
Reply With Quote
  #6  
Old 02-03-2010, 02:02 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

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.
Reply With Quote
  #7  
Old 02-04-2010, 03:31 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

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>
Reply With Quote
  #8  
Old 02-04-2010, 04:53 AM
Stream Recorder Stream Recorder is online now
Stream recording guru
 
Join Date: Nov 2005
Posts: 4,789
Stream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really niceStream Recorder is just really nice
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
  #9  
Old 02-05-2010, 01:15 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

Re: Shoutcast stream stops in web browser


I tried But it stops n Windows OS.

Any Suggession???
Reply With Quote
  #10  
Old 02-05-2010, 01:21 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

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
Reply With Quote
Reply Post New Thread


Tags: , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
can't get mplayer to decode and play mms drm protected stream on the fly any ANONYMOUS forum user Media players and codecs 1 01-19-2010 02:29 AM
Restreaming Shoutcast audio stream (http:// .mp3 or .aac) to LAN Atul Re-broadcasting streaming media 4 12-09-2009 11:16 PM
Shoutcast History (stream ripper plugin for Winamp) DStream Audio stream recording 5 05-13-2009 01:52 AM
Recording live web stream from WGNH radio (MP3 Shoutcast streaming audio/java player) Alexander Nevermind Audio stream recording 2 04-03-2007 05:24 AM
Help record 24 7 stream mms (save .asx streaming from WMP until it stops) maxkras Video stream recording 1 02-19-2007 01:14 AM


All times are GMT -6. The time now is 04:29 AM.


Powered by All-streaming-media.com; 2006-2009