Go Back   $5 Script Archive Community Forum > Other Scripts & Forums > MP3 Players & Components
Register Try FlashChat Try FlashBB Search Today's Posts Mark Forums Read

MP3 Players & Components Discussion and announcements regarding the Flash MP3 player/component or its skins (soon to be released).

Reply
 
Thread Tools Display Modes
  #1  
Old 10-13-2009, 12:52 PM
DjEddie DjEddie is offline
Junior Member
 
Join Date: Aug 2009
Posts: 12
Default webradio applet

hi..

Ive bought and installed the applet... all shows up on my site absolutely fine...

Only problem being, is that I can't get it to play my radio station .. I know the shoutcast radio server works..as ive being using the bog standard windows media player to play the station thru ...

Can you tell me if this coding is correct.. or what I can do to make it play..

<station url="http://81.19.209.202:8016">
<name>IBass-Radio Live Djs</name>
<genre>All Dance Genres</genre>
</station>

It says Sockets are not open on this server... when clearly they are as I said above been using it throught windows media player on site for couple of years..

Any ideas?

Thanks

Last edited by DjEddie : 10-13-2009 at 01:19 PM.
Reply With Quote
  #2  
Old 10-15-2009, 01:43 AM
metaRS metaRS is offline
Senior Member
 
Join Date: Sep 2009
Location: Lviv, Ukraine
Posts: 146
Default

Hello

This code
Quote:
<station url="http://81.19.209.202:8016">
<name>IBass-Radio Live Djs</name>
<genre>All Dance Genres</genre>
</station>
looks fine. I think that problem is the type of stream.
Flash plays MP3 streams only. You can find many about steams in this forum.
Reply With Quote
  #3  
Old 10-15-2009, 04:45 AM
DjEddie DjEddie is offline
Junior Member
 
Join Date: Aug 2009
Posts: 12
Default

hi meta ...

This my radio station on my forum that i want to use only with the flash player.. so the djs only stream in Mp3 format.

I've been doing this for last couple of years using different players...just wanted to use this one that I payed for ..

So if anyone can help .. would be much appreciated...thanks
Reply With Quote
  #4  
Old 10-15-2009, 04:58 AM
metaRS metaRS is offline
Senior Member
 
Join Date: Sep 2009
Location: Lviv, Ukraine
Posts: 146
Default

Are you lunch applet from localhost or some host? Maybe problem is that it use proxy.
Reply With Quote
  #5  
Old 10-15-2009, 05:07 AM
DjEddie DjEddie is offline
Junior Member
 
Join Date: Aug 2009
Posts: 12
Default

sorry not too sure what u mean..

I have the flash radio web applet on the forum (which is on one server), and on another server I have are the radio stations...

The connection between both servers have been fine and work, we use a windows media player now, shown on the forum connecting to the radio station on another forum ..
Reply With Quote
  #6  
Old 10-16-2009, 03:09 AM
DjEddie DjEddie is offline
Junior Member
 
Join Date: Aug 2009
Posts: 12
Default

ok anyone any ideas? .. ive paid for a product that is not working?
Reply With Quote
  #7  
Old 10-16-2009, 03:33 AM
metaRS metaRS is offline
Senior Member
 
Join Date: Sep 2009
Location: Lviv, Ukraine
Posts: 146
Default

Hello

I look at source file. So, it is php script("php\stream.php") which give stream to flash part through socket:
Quote:
$sock = @fsockopen($streamname, $port, $errno, $errstr, $time_out);

if($sock)
{
@fputs($sock, "GET $path HTTP/1.0\r\n");
@fputs($sock, "Host: $streamname\r\n");
@fputs($sock, "User-Agent: WinampMPEG/2.8\r\n");

@fputs($sock, "Connection: close\r\n\r\n");



if($ping)
{
$contents = @fread($sock, 8);
echo $contents;
}
else
{
while($contents = @fread($sock, 524))
{
echo $contents;
}
}
fclose($sock);
}
Maybe it's a problem. Ask you administrator if your host allow this thing.
Reply With Quote
  #8  
Old 10-16-2009, 07:30 AM
DjEddie DjEddie is offline
Junior Member
 
Join Date: Aug 2009
Posts: 12
Default

Thanks meta
Ive passed that info on and will let u know the reply I get..

thank yo

Last edited by DjEddie : 10-16-2009 at 07:37 AM.
Reply With Quote
Reply


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


All times are GMT -7. The time now is 08:38 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) 1999-2007 TUFaT.com