There was discussion of a patch for supporting it here: http://web.archiveorange.com/archive/v/yR2T400567mWEyyZHg3k
But, it doesn't look like it made it in yet. I suggest you simply parse this out yourself. See my answer here for how to do this:
https://stackoverflow.com/a/4914538/362536
Alternatively, you can just access /7.html
on SHOUTcast servers, and you will get a line like this:
1,1,15,625,1,128,Oh Mercy - Stay, Please Stay
The fields are:
- Number of listeners
- Stream status (1 means you're on the air, 0 means the source isn't there)
- Peak number of listeners for this server run
- Max number of simultaneous listeners the server is configured to allow
- The unique number of listeners, based on IP
- Current bitrate in kilobits
- The title. (Note, even if you have a comma in your title, it isn't escaped or anything.)
Beware though that /7.html
isn't always available on non-SHOUTcast servers, and may not be available in the beta of the new version. While this is a quick and easy method, you would be better off parsing the metadata sent to clients.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…