Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Station Not in directory?????Help???

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Sat Oct 04, 2008 9:22 am    Post subject: Station Not in directory?????Help??? Reply with quote

My station does not show in the directory....
I have done everything i can think off...
I've tried everything i can find here but nothing seems to do the trick...
My station's name is: The Rhythm Radio
The decription is : Live from Northern Ireland!
this link doesn't even work and im pretty sure that it should! : http://Spikeyy:8100/live
also it is listed on openradiodirectory.org and when the links are click on they wont work it is that address up there [http://Spikeyy:8100/live] that comes up i am totally confused about it and i have know idea why it won't show....
Anyone got any help... Please!
Question Question Sad

[EDIT]
Sorry it isnt Spikeyy:8100/live that comes up on open radio directory its the right thing now . I fixed that bit. But it still remains excluded from the icecast directory!
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Oct 04, 2008 1:31 pm    Post subject: Reply with quote

that is not a valid address so I'm not surprised it doesn't work, and your error log would show a message from the directory server indicating that.

From our logs it looks like you have attempted that address then with a 192.168.x.x address. Use a IP or DNS name that your listeners can use and place that in <hostname>.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Sat Oct 04, 2008 5:02 pm    Post subject: Reply with quote

wat do you mean?
How am i supposed to use another IP. Or find one....
Anyway how does this solve my problem of getting my station in the directory??
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Oct 04, 2008 11:59 pm    Post subject: Reply with quote

a simple introduction. 192.168.x.x is reserved for private use only, other people on the internet cannot use that IP address, also the hostname from http://spikeyy:8100/live is not a valid address either. The IP or DNS is provided by whoever gives you your connection, sometime that is via DHCP , sometimes it's static, if DHCP then you are better off using some dynamic DNS option for that the name stays the same. You can use www.whatsmyip.org to see your current IP address.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Sun Oct 05, 2008 5:34 pm    Post subject: Reply with quote

I have tried everything that you said i tried using a DNS A DNS Host my IP everything that you said but now SAM Broadcaster even Fails to connect! (Encode, Stream)
Sorry to keep bothering you...
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Oct 05, 2008 7:13 pm    Post subject: Reply with quote

ignore the DNS aspect initially. Get your real IP from the web site I mentioned and place that in <hostname>, restart icecast, not in bind-address if you are using it as that is something else. This will now mean that the address you are providing is valid, At this point the entry could be rejected if our directory cannot connect to your icecast, so you need to check if external access is possible, so configure the NAT for port forward and allow access via via firewalls.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Fri Oct 10, 2008 4:01 pm    Post subject: Reply with quote

Ok, i did what you said. But yup u guessed, it hasnt worked. Should i maybe just uninstall icecast then install it again or is ther anything else you can think off?
Thanks for your time by the way....
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Oct 10, 2008 6:51 pm    Post subject: Reply with quote

I can reassure you that I don't have a magic way of checking your icecast install. Based on your earlier postings you had configured icecast to at least attempt to list (failing on bad address) but since then there has been no information on what to check for. no logs, no address details. etc.

All that is needed for icecast to list on the directory is a public stream, and a valid setting in the <hostname>, if you need people to check then you need to give at least some information to work.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Wed Oct 15, 2008 4:53 pm    Post subject: Reply with quote

Ok, the private ip works
but, my proper Ip from whatmyip.com does not

Its just it wont connect

Here is my config...
Code:
<icecast>
    <limits>
        <sources>1</sources>
    </limits>
    <authentication>
        <source-password>******</source-password>
        <relay-password>******</relay-password>
        <admin-user>******</admin-user>
        <admin-password>******</admin-password>
    </authentication>

    <hostname>***.***.***.***.</hostname>
    <listen-socket>
        <port>8100</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
         <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Oct 15, 2008 5:01 pm    Post subject: Reply with quote

There's no directory block in that xml so that isn't complete but assuming that is just a simple cut paste error then the question is could I connect and listen to the stream using the address in <hostname>. If not then the YP won't list. If the private IP works but the external IP doesn't then the problem is in your NAT or firewall. It's either not forwarding the packet to the correct private IP or the packets are actually being blocked, most likely it's not forwarding the external access.

You may find that using the external IP from within your private network doesn't work because of the NAT, which is why you should test from an external point.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Spikeyy



Joined: 04 Oct 2008
Posts: 6

PostPosted: Thu Oct 16, 2008 3:39 pm    Post subject: Reply with quote

Is there any way i can fix the NAT so that it will forward the Ip

Or could it have anything to do with my port? what should i have in the PORT section of the .xml file
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Oct 16, 2008 4:04 pm    Post subject: Reply with quote

there's no issue with port 8100, just as long as you tell the NAT for forward it to the correct IP. Tell your network administrator or do some searches for details on your specific NAT box. An example is http://portforward.com/

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber