Hi, My stream host upgraded me to 2.2 and since that time I am no longer listed on the Icecast directory. I use SAM3 and it is setup correctly on my end and my provider states all is set correctly there, but it still does not work. Has anyone had this problem? thanks, Greg http://progpalaceradio.com gregstaf@progpalaceradio.com
theprogpalace.com wrote:> My stream host upgraded me to 2.2 and since that time I am no longer > listed on the Icecast directory. I use SAM3 and it is setup correctly > on my end and my provider states all is set correctly there, but it > still does not work. Has anyone had this problem?>From what version did they upgrade? Has their Icecast been compiled withYP support and the appropriate entries uncommented in the config file? Geoff.
It was version 2.1. As far as I know the config file is SUPPOSE to be configured correctly, but I doubt it. Greg ------------------------------------ Prog Palace Radio gregstaf@progpalaceradio.com http://progpalaceradio.com ------------------------------------ -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Geoff Shang Sent: Wednesday, April 13, 2005 11:11 AM To: icecast@xiph.org Subject: Re: [Icecast] Icecast 2.2 theprogpalace.com wrote:> My stream host upgraded me to 2.2 and since that time I am no longer > listed on the Icecast directory. I use SAM3 and it is setup correctly > on my end and my provider states all is set correctly there, but it > still does not work. Has anyone had this problem?>From what version did they upgrade? Has their Icecast been compiledwith YP support and the appropriate entries uncommented in the config file? Geoff. _______________________________________________ Icecast mailing list Icecast@xiph.org http://lists.xiph.org/mailman/listinfo/icecast
theprogpalace.com wrote:> Hi, > > My stream host upgraded me to 2.2 and since that time I am no longer > listed on the Icecast directory. I use SAM3 and it is setup correctly > on my end and my provider states all is set correctly there, but it > still does not work. Has anyone had this problem? > thanks,i have yp problems with 2.2-kh and 2.2.0 as well. i get the following in error.log: [2005-04-15 10:12:18] EROR yp/send_to_yp YP add on http://lac2005.zkm.de/cgi-bin/yp_cgi failed: Genre blank i've also seen the same msg with "Server name blank". i'm sure they are definitely not blank, since i define both explicitly: <mount> <mount-name>/lecture_hall-theora-hiq.ogg</mount-name> <stream-name>YOUR RELAY HOSTNAME HERE - LAC2005 A/V Lecture Hall</stream-name> <stream-description>500 kbit/s Ogg Theora stream</stream-description> <stream-genre>Technical Presentation</stream-genre> <stream-url>http://yourhostname.yourdomain.org</stream-url> <max-listeners>5</max-listeners> <burst-size>65536</burst-size> <hidden>0</hidden> <no-yp>0</no-yp> </mount> karl h. mentioned on irc he had an idea what the problem might be, and i see there is an svn commit in his branch: [04:10:00] <CIA-5> karl * r9139 /icecast/branches/kh/icecast/src/ (9 files): [04:10:00] <CIA-5> Various fixes and cleanups. Theora keyframes could have a refcount uncleared [04:10:00] <CIA-5> on chained streams leading to large memory use by the queue. YP add now deals [04:10:00] <CIA-5> with querying the stats allowing for a delay when collecting the details. [04:10:00] <CIA-5> small leaks elsewhere plugged. i'll try this version now.
Joern Nettingsmeier wrote:> theprogpalace.com wrote: > >> Hi, >> >> My stream host upgraded me to 2.2 and since that time I am no longer >> listed on the Icecast directory. I use SAM3 and it is setup correctly >> on my end and my provider states all is set correctly there, but it >> still does not work. Has anyone had this problem? >> thanks, > > > i have yp problems with 2.2-kh and 2.2.0 as well. > i get the following in error.log: > > [2005-04-15 10:12:18] EROR yp/send_to_yp YP add on > http://lac2005.zkm.de/cgi-bin/yp_cgi failed: Genre blank > > i've also seen the same msg with "Server name blank". > > > i'm sure they are definitely not blank, since i define both explicitly: > > <mount> > <mount-name>/lecture_hall-theora-hiq.ogg</mount-name> > <stream-name>YOUR RELAY HOSTNAME HERE - LAC2005 A/V Lecture > Hall</stream-name> > <stream-description>500 kbit/s Ogg Theora > stream</stream-description> > <stream-genre>Technical Presentation</stream-genre> > <stream-url>http://yourhostname.yourdomain.org</stream-url> > <max-listeners>5</max-listeners> > <burst-size>65536</burst-size> > <hidden>0</hidden> > <no-yp>0</no-yp> > </mount> > > > karl h. mentioned on irc he had an idea what the problem might be, and i > see there is an svn commit in his branch: > [04:10:00] <CIA-5> karl * r9139 /icecast/branches/kh/icecast/src/ (9 > files): > [04:10:00] <CIA-5> Various fixes and cleanups. Theora keyframes could > have a refcount uncleared > [04:10:00] <CIA-5> on chained streams leading to large memory use by the > queue. YP add now deals > [04:10:00] <CIA-5> with querying the stats allowing for a delay when > collecting the details. > [04:10:00] <CIA-5> small leaks elsewhere plugged. > > > i'll try this version now.svn co http://svn.xiph.org/icecast/branches/kh/icecast fixed it for me.