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 

can't public my stream on dir.xiph.org
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Fri Nov 03, 2006 9:40 am    Post subject: can't public my stream on dir.xiph.org Reply with quote

Hello,

my stream is not present on dir.xiph.org.

Config:
<directory>
<yp-url-timeout>30</yp-url-timeout>
<yp-url>dir.xiph.org</yp-url>
</directory>


ices

<URL>http://www.mymir.ru/Radio/VDOH</URL>
<!-- 0 if you don't want the icecast server to publish your stream on
the yp server, 1 if you do -->
<Public>1</Public>


error.log


[2006-11-03 09:57:12] DBUG slave/_slave_thread shutting down current relays
[2006-11-03 09:57:12] INFO slave/_slave_thread Slave thread shutdown complete
[2006-11-03 09:57:12] INFO auth/auth_run_thread Authenication thread shutting down
[2006-11-03 09:57:12] INFO auth/auth_shutdown Auth thread has terminated
[2006-11-03 09:57:12] DBUG yp/destroy_yp_server Removing YP server entry for dir.xiph.org
[2006-11-03 09:57:12] INFO yp/yp_shutdown YP thread down
[2006-11-03 09:57:12] INFO stats/stats_shutdown stats thread finished
[2006-11-03 09:57:19] INFO main/main Icecast 2.3.1 server started
[2006-11-03 09:57:19] DBUG yp/yp_recheck_config Updating YP configuration
[2006-11-03 09:57:19] INFO yp/yp_recheck_config Adding new YP server "dir.xiph.org" (timeout 30s, default in
[2006-11-03 09:57:19] INFO yp/yp_update_thread YP update thread started
[2006-11-03 09:57:19] INFO auth/auth_run_thread Authentication thread started


my server url http://www.mymir.ru:8000 chanel "vdoh"

Whats wrong? Any any idea?
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Nov 03, 2006 2:41 pm    Post subject: Reply with quote

The YP url for dir.xiph.org is

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

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





PostPosted: Sat Nov 04, 2006 9:33 pm    Post subject: another YP Reply with quote

Feel free to also use openradiodirectory's YP server as well

<directory>
<yp-url-timeout>10</yp-url-timeout>
<yp-url>http://openradiodirectory.org/yp.php</yp-url>
</directory>
Back to top
Anonymous
Guest





PostPosted: Tue Nov 07, 2006 5:45 pm    Post subject: Reply with quote

i am also having this problem on the error log it says:


[2006-11-07 12:42:11] EROR yp/yp.c connection to http://http://dir.xiph.org/cgi-bin/yp-cgi/cgi-bin/yp-cgi failed with "Couldn't resolve host 'http:'"
[2006-11-07 12:42:13] EROR yp/yp.c YP add on http://www.oddsock.org/cgi-bin/yp-cgi failed: no response from server


can anyone help?
Back to top
Anonymous
Guest





PostPosted: Tue Nov 07, 2006 5:51 pm    Post subject: Reply with quote

It looks like the YP server address in your icecast.xml has been screwed up, like someone copy-and-pasted the full correct URL - inside the URL.

The entry in your icecast.xml should just look like this

<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
Back to top
Anonymous
Guest





PostPosted: Tue Nov 07, 2006 9:43 pm    Post subject: still no good Reply with quote

i still get this:

Quote:
[2006-11-07 16:38:53] DBUG yp/yp.c YP add at http://dir.xiph.org/cgi-bin/yp-cgi succeeded



and:

Quote:
[2006-11-07 16:38:54] EROR yp/yp.c YP add on http://www.oddsock.org/cgi-bin/yp-cgi failed: no response from server



I serach the directory and cannot find my stream
Back to top
Anonymous
Guest





PostPosted: Tue Nov 07, 2006 9:52 pm    Post subject: Reply with quote

Yea, the oddsock YP isn't around anymore from what I can tell.

Also, from personal experience, it'll take a while for your station to show up in the dir.xiph.org - it isn't instant. Give it 10 or 15 minutes or so.
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 2:44 am    Post subject: Reply with quote

nope.... still isnt working for some reason. its been on for a while now and still nothing. i cant find any thing in the error or access logs either
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 2:46 am    Post subject: Reply with quote

Out of curiosity - What's the station name?
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 2:48 am    Post subject: Reply with quote

Also (karlh or somebody correct me if I'm wrong) I believe your station won't list and start pinging the YP server with updates until there is at least a single listener attached.
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 3:14 am    Post subject: Reply with quote

no listeners right this second but it sill doesnt work when i do have listeners. im just wondering in the oddcast configuration is the stream url supposed to stay as http://www.oddsock.org ? anyway the station is named RadioMonkey.fm and the description is taking requests and to listen its at http://216.26.200.78:8000/ it works fine but the yp doesnt work
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 3:27 am    Post subject: Reply with quote

If your stream url says "oddsock" than I'm guessing you need to adjust/change the YP settings on your client side. If you're using the Oddcast V3 DSP you need to click "YP Settings" and change the values there... I believe "Oddsock" is its default setting.

Are you looking at your logs to see if the YP settings are getting sent/updated? There should be messages there to let you know what's going on with the YP listings ...
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 5:24 am    Post subject: Reply with quote

what would i change the oddsock to? also i do not get anything about yp in the access log but in the error log i get:

[2006-11-07 23:53:29] DBUG yp/yp.c YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:56:27] DBUG yp/yp.c YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:57:52] DBUG yp/yp.c release /stream. on YP http://dir.xiph.org/cgi-bin/yp-cgi
[2006-11-07 23:57:52] INFO yp/yp.c clearing up YP entry for /stream.
[2006-11-07 23:57:52] DBUG yp/yp.c YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:57:52] DBUG yp/yp.c removed /stream. from YP server http://dir.xiph.org/cgi-bin/yp-cgi
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 5:25 am    Post subject: Reply with quote

what would i change the oddsock to? also i do not get anything about yp in the access log but in the error log i get:

[2006-11-07 23:53:29] DBUG yp/yp.c YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:56:27] DBUG yp/yp.c YP touch at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:57:52] DBUG yp/yp.c release /stream. on YP http://dir.xiph.org/cgi-bin/yp-cgi
[2006-11-07 23:57:52] INFO yp/yp.c clearing up YP entry for /stream.
[2006-11-07 23:57:52] DBUG yp/yp.c YP remove at http://dir.xiph.org/cgi-bin/yp-cgi succeeded
[2006-11-07 23:57:52] DBUG yp/yp.c removed /stream. from YP server http://dir.xiph.org/cgi-bin/yp-cgi
Back to top
Anonymous
Guest





PostPosted: Wed Nov 08, 2006 3:09 pm    Post subject: Reply with quote

These logs are good. "Touch succeeded" means your update was successful.

Why don't you explain exactly how you are broadcasting. i.e.

"I am playing stuff in winamp, with the XXXX plug in, which points to my icecast server" etc.

I assumed you are/were using the Oddsock DSP to send audio to your icecast server... but it certainly would help if you laid out your full setup details...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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