| View previous topic :: View next topic |
| Author |
Message |
Stonos Guest
|
Posted: Sun Sep 25, 2005 9:22 pm Post subject: Not being listed in the stream directory? |
|
|
Hello.
I was wondering, why isn't my stream not listed in the directory listing?
I dont know if my broadcasting application has to do something with it (SAM Broadcaster 3) but it says on the log window: 606 - At least one relay is using a local network IP address. Please use an internet IP address.
Does that mean that I have to buy a server from the internet to get listed? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Sep 25, 2005 10:10 pm Post subject: |
|
|
2 settings need to be configured. Icecast needs to know of the YP server(s) to contact and the stream needs to be made public, your source client can state the latter although in icecast 2.3 this can be overridden.
I would check the icecast error log to see if any YP interaction is occurring as it is the icecast server that talks to the YP servers.
karl. |
|
| Back to top |
|
 |
Stonos Guest
|
Posted: Mon Sep 26, 2005 5:05 am Post subject: |
|
|
Thanks for your help, actually it was my fault.
I didnt uncomment the config. that says that if I want to be on directory listings, I should uncomment that block.
I uncommented it, and now I'm listed  |
|
| Back to top |
|
 |
Duncan Guest
|
Posted: Sun Oct 23, 2005 2:05 pm Post subject: |
|
|
| How do you uncomment, did someone have an example for me? I don't understand what i have to do to put on the station list. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Oct 23, 2005 2:36 pm Post subject: |
|
|
| Duncan wrote: |
| How do you uncomment, did someone have an example for me? I don't understand what i have to do to put on the station list. |
The icecast xml allows you to define <directory> tags to nominate the servers to advertise on, but in xml everything between <!-- and --> is ignored.
karl. |
|
| Back to top |
|
 |
Duncan Guest
|
Posted: Sun Oct 23, 2005 4:46 pm Post subject: |
|
|
So it have to be like this?
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory> |
|
| Back to top |
|
 |
|