Quote:
Originally Posted by BlackxRam
Mine is working again. Seems if your file for the output track list can get bugged... deleteing the content INSIDE this file completely, (not removing the file itself) then loading up a new playlist and clicking the first few songs got it working again.
Dunno why... but its good now. Dont let that output file get TOO big.
|
You know there is a delay on the shoutcast servers by almost 30 sec @ time. The XML output on the site is updated before the client will hear the song. If you server is not waiting for the xml long enough.
Admincp => Plugin Manager => Hook Location : forumhome_complete => Shoutcast Status Full - Main => EDIT
Find:
Code:
// Parses shoutcasts xml to make an effective stats thing for any website
$scfp = @fsockopen($scip, $scport, &$errno, &$errstr, 1);
value is 1-1000 - this is the
delay to get the info in milliseconds. This will also add that delay to your page refreash that the hack is on.
The way it works, is that the request for the info is made and the script will delay untill all data is given from the request or the time value is reached, then displays.
Quote:
Originally Posted by hugh_
Would this work with an icecast stream? Please say yes... 
|
I have not looked @ the output of Icecast. Got a server I can test on / make a hack from ? - if so PM me.