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 

Cannot get listed on Streaming List

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Tue Mar 01, 2011 10:56 pm    Post subject: Cannot get listed on Streaming List Reply with quote

I am streaming for a week now but still not there...if it's not a matter of time - there has to be something to configure or register?...what am I doing wrong or what didn't I do to get to the list?
Thanx in advance!
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Mar 01, 2011 11:08 pm    Post subject: Reply with quote

need details. check your error log (increase level to 4 if need be) for attempts to list on dir.xiph.org. Basic procedure is stream starts, add is is done about a minute later, then a touch is done a few seconds later and then every few minutes after that.

main reasons for not listing are

icecast not built with libcurl (pre-built packages should be ok).

missing or commented out <directory> tags.

stream not marked as public or advertised (source client) or no-yp set on mountpoint.

stream adds but is then dropped because the stream cannot be verified. bad <hostname> or port not accessible.

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Tue Mar 01, 2011 11:30 pm    Post subject: Reply with quote

I'll check the error rept, but what am I looking for? And as for info - what should I show to you so the situation would get more clear?
Thank 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: Tue Mar 01, 2011 11:54 pm    Post subject: Reply with quote

Any lines with yp in them. Also verify that the <hostname> is valid and that you have a <directory> tag group for dir.xiph.org.

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Wed Mar 02, 2011 12:26 pm    Post subject: Reply with quote

Karl,
I've checked the config file: there's no <directory> tag group for dir.xiph.org
In the error file I've got this: yp/yp.c YP thread down
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 Mar 02, 2011 12:48 pm    Post subject: Reply with quote

The YP thread down will be at the end when the server is terminating, that tells me that the server is built with directory support at least.

The tag you want, and are provided in the samples we ship if you want to look at them are

<directory>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>

They go in the top level <icecast> block.

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Wed Mar 02, 2011 2:28 pm    Post subject: Reply with quote

Karl,
here's what I got after fixing the config file
[2011-03-02 16:01:40] INFO yp/yp.c Adding new YP server "http://dir.xiph.org/cgi-bin/yp-cgi" (timeout 6s, default interval 30s)
[2011-03-02 16:01:40] INFO fserve/fserve.c file serving thread started
[2011-03-02 16:01:40] INFO connection/connection.c No SSL capability
[2011-03-02 16:01:40] INFO yp/yp.c YP update thread started

...and later
EROR yp/yp.c YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Illegal listen_url. Incorrect <hostname>.
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 Mar 02, 2011 4:48 pm    Post subject: Reply with quote

looks like the <hostname> you have set in the xml file is incorrect. Remember it has to be something listeners could use, so localhost is no good for instance.

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Thu Mar 03, 2011 11:02 am    Post subject: Reply with quote

Karl,
I tried to change the name a couple of times. All I get in responce is Incorrect <hostname>. Any thoughts about that?
Thank 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: Thu Mar 03, 2011 12:13 pm    Post subject: Reply with quote

My thoughts are that it is incorrect, as to why it's incorrect I cannot say because I don't know what you have set it to.

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Sat Mar 05, 2011 1:25 pm    Post subject: Reply with quote

Karl,
Same old story:
EROR yp/yp.c YP add on http://dir.xiph.org/cgi-bin/yp-cgi failed: Add refused. Reason: Illegal listen_url. Incorrect <hostname>.
I've chosen a name "Radio 123". How could that be incorrect?
Back to top
View user's profile Send private message
HITOMONEYA



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Sat Mar 05, 2011 1:34 pm    Post subject: Reply with quote

Karl,
I've changed a couple actually. The real one is Boombox. Still, same error message. What if I send to you my config file so you'd check it if you don't mind?
Thanx!
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 Mar 05, 2011 4:12 pm    Post subject: Reply with quote

The hostname has to be something valid for addressing over the internet. It has to be a DNS or IP address and there are rules that determine what is valid for that. Put it this way, if I were to type in the address for your icecast server what would I put in

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



Joined: 27 Feb 2011
Posts: 8
Location: RUSSIA

PostPosted: Sat Mar 05, 2011 6:00 pm    Post subject: Reply with quote

Thanks a lot! I think I know what 2 do now...Smile Thanks again Karl!
Back to top
View user's profile Send private message
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