How To Get Listed On Icecast And Internetradio
I had my stream up and running but it wasn't listing us on the Icecast directory.
I've written a short guide to how you get listed on Icecast and InternetRadio.
First you need to find this line in the configuration file
<hostname>localhost</hostname>
Where it says
(e.g: djgar.icecastserver.com or 216.136.201.105)
If all goes to plan you should see "yp_currently_playing" in your Icecast admin which then in turn means you are listed publicly on the Icecast YP.
If that fails you need to make sure your directory listing tags look like this
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
Also make sure the "public" bit of the code looks like this.
<public>1</public>
I hope this helps people! Please feel free to pass this information on!!
Recently a radio listing website owner emailed me asking me to update this post with details of how you can get listed on the website Internet-radio.com
You just need to add the code to the .xml file as instructed on This page
IF it fails to work then try radio forums or social media for advice on what to do.