How do i get listed in icecast?

Status
Not open for further replies.

muzikana

New Member
Hello I'm newbie I can't register on Icecast so I hope here I can get help...

I'd like to know what I should do in order to get my station to be listed in the icecast dic stations

My second question is how to embed a radio player on my web?
I write my port adress but nothing work...
 

Support

Level 1 Support
Staff member
To get listed on icecast you must obviously be running an Icecast server.

Here is an example config. This is in the Icecast documentation as far as i know so read that to be sure.

Code:
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
 
    <mount>
        <mount-name>/stream.ogg</mount-name>
        <hidden>0</hidden>
        <no-yp>0</no-yp>
        <public>yes</public>
    </mount>

There are plenty of embed examples available by doing a google search. We also have one listed here in our Guide section of the forum :

http://forum.internet-radio.org.uk/guides/40-embedding-windows-media-player-shoutcast.html
 

muzikana

New Member
Hello thanks a lot

Can you please tell me on which one of these Xml files I have to copy it?

I have Icecast, icecast_imal, icecast_shoutcast_compat and icecast_ultrauth
 

muzikana

New Member
I think you are missing our point. Read the Icecast documentation.

I'm sorry like I said I'm newbie so I don't understand it...

I red the doc file you have added here but I don't understand what I have to do with this?

On the program Edcast I have YP setting does it has to do something with this?

Thanks
 
Status
Not open for further replies.
Top