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 

HOW DO I GET MY SITE LISTED with a directory server

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



Joined: 04 Nov 2010
Posts: 6

PostPosted: Fri Nov 05, 2010 8:18 pm    Post subject: HOW DO I GET MY SITE LISTED with a directory server Reply with quote

how do i get my server listed with a directory server to gain exposure and more listeners.
WHAT DO I ADD AND IS THERE A COMPLETE SCRIPT
djkennyray@gottahavehouseradio.com
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 Nov 05, 2010 8:25 pm    Post subject: Reply with quote

The samples we ship have a section for listing on our directory, it is commented out by default <!-- commented -->

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


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



Joined: 04 Nov 2010
Posts: 6

PostPosted: Fri Nov 05, 2010 8:45 pm    Post subject: ok bad question Reply with quote

how do setup so i can stream to oddcast and shoutcast so i can get my stream avail for both
also how do for these as well

* You can list your server with a directory server to gain exposure and more listeners.
List of directory servers:
o yp.shoutcast.com
o yp.breakfree.com
o yp.musicseek.net
o yp.van-pelt.com
o yp.radiostation.de
o yp.icecast.org
o yp.mp3.de
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 Nov 05, 2010 10:01 pm    Post subject: Reply with quote

I cannot comment on shoutcast as that is not icecast, but shoutcast won't even try to list on our directory. You can of course configure icecast to talk to several directories but I don't think the shoutcast directory follows the spec that was provided.

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



Joined: 04 Nov 2010
Posts: 6

PostPosted: Fri Nov 05, 2010 11:05 pm    Post subject: ok can i get a example Reply with quote

of how to get icecast to talk to several directories
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 Nov 06, 2010 12:52 am    Post subject: Reply with quote

Just duplicate the <directory> tag block but change the URL to the one used for that particular directory. As an example look on

http://www.openradiodirectory.org/list.php

As you can see, all rather trivial.

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



Joined: 04 Nov 2010
Posts: 6

PostPosted: Sat Nov 06, 2010 6:35 am    Post subject: Reply with quote

Thanks a million KING KARL you came through again .
Im Glad im using ODDCAST BABY
THANKS AGAIN KENNY RAY
P>S> Karl if ya need anything i can do just request it and consider it done.
Kenny Ray
Back to top
View user's profile Send private message
kennyray1



Joined: 04 Nov 2010
Posts: 6

PostPosted: Sun Nov 07, 2010 9:28 pm    Post subject: Reply with quote

where do i place the script in the config 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: Mon Nov 08, 2010 1:53 am    Post subject: Reply with quote

for the directory tags, it does not matter, but you should really group them together somewhere near the top.

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



Joined: 04 Nov 2010
Posts: 6

PostPosted: Tue Nov 09, 2010 3:26 pm    Post subject: Reply with quote

Thanks A Million KIng Karl IM ON IT NOW
U R THE MAN THANKS
Back to top
View user's profile Send private message
kennyray



Joined: 26 May 2010
Posts: 7

PostPosted: Wed Nov 17, 2010 3:51 am    Post subject: help to run dual streams from icecast server Reply with quote

any relay script help help to run dual streams from icecast server
HELP KING
Back to top
View user's profile Send private message Send e-mail
boteman



Joined: 04 Dec 2009
Posts: 8
Location: south FLA, USA

PostPosted: Sun Nov 28, 2010 1:46 pm    Post subject: Reply with quote

karlH wrote:
Just duplicate the <directory> tag block but change the URL to the one used for that particular directory. As an example look on

http://www.openradiodirectory.org/list.php


Don't get your hopes up too high for Open Radio Directory. My Icecast server is forever getting rejected.

The error this week is:
"ADD failed due to a technical glitch on our end. Please try later."

In the past it used to be:
"Your TOUCH request contained an invalid SID."

Meh. I suspect that you get more publicity from other sites that focus on your particular genre anyway, so I can't get too excited about this error.
Back to top
View user's profile Send private message
kennyray



Joined: 26 May 2010
Posts: 7

PostPosted: Mon Nov 29, 2010 2:34 pm    Post subject: Reply with quote

mine worked just fine
Back to top
View user's profile Send private message Send e-mail
liteFun



Joined: 13 Jan 2006
Posts: 79

PostPosted: Wed Dec 01, 2010 12:09 am    Post subject: Reply with quote

I keep getting this:
[2010-12-01 00:05:22] EROR yp/send_to_yp connection to http://dir.xiph.org/cgi-bin/yp-cgi failed with "Couldn't resolve host 'dir.xiph.org'"
[2010-12-01 00:05:22] EROR yp/send_to_yp connection to http://www.oddsock.org/cgi-bin/yp-cgi failed with "Couldn't resolve host 'www.oddsock.org'"

I have no idea why Icecast couldn't resolve...

edit: found something...

karlH wrote:
Name resolution failure like this is probably down to running in an incomplete chroot jail. icecast uses the system libraries to resolve names like dir.xiph.org and those in turn use files like /etc/nsswitch.conf and /etc/resolv.conf and the support libs. These files would need to exist in the jail if you expect them to work.

karl.

So I'll just set resolv.conf and try.
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 Dec 01, 2010 12:29 am    Post subject: Reply with quote

The oddsock directory hasn't been around for a quite some time so do not expect that one to work. Fixing up those files should solve the issue but you may need to copy the libnss_dns* files or similar if they are loaded after startup.

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