Hey, I'm having trouble getting my radio stream to list properly on the directory. We recently moved to icecast from shoutcast and it seems like the listen links are still pointing to the old radionomy streams. Plus, I've updated the website URL in the encoder to https://myvictory.ca/radio/ but it isn't getting updated in the directory. The only thing it's getting from my icecast server is the song info updates. The listing can be found by searching myvictory. The stream urls should be http://radio.myvictory.ca/myvictory-radio.mp3 and http://radio.myvictory.ca/myvictory-radio.aac. Could you give me some pointers about what I'm doing wrong? Thanks, Curtis Stewart -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190602/b312775e/attachment.htm>
Hi Curtis, On 6/3/19 5:25 AM, Curtis Stewart wrote:> I'm having trouble getting my radio stream to list properly on the > directory.As we haven't released 2.5 yet, this is the best place (FOR NOW) to get YP documentation: http://icecast.org/docs/icecast-trunk/yp/> We recently moved to icecast from shoutcast and it seems like the > listen links are still pointing to the old radionomy streams. Plus, > I've updated the website URL in the encoder to > https://myvictory.ca/radio/ but it isn't getting updated in the > directory. The only thing it's getting from my icecast server is the > song info updates.That should not happen. The Icecast server holds a token for the listing and should not be able to update entries for tokens that it doesn't hold. That said this is still the old server code and there might be some weird corner cases. It might be a good idea to stop the stream and start it. In case of a proper listing this should delete and recreate it. In general the troubleshooting instructions on the above mentioned page should get 99% of problems solved. Should you really be unsuccessful in troubleshooting the issue on your side, there are instructions on what information to collect and send to this list. Cheers, Thomas
I just shutdown the ShoutCast stream and now the listing on dir.xiph.org disappeared, so I guess that fixed the weird listing. I still can't get my icecast server to list though. I've included all the necessary info to troubleshoot below. Public URL: http://radio.myvictory.ca:8000/ Hostname Section: <hostname>radio.myvictory.ca</hostname> Listen Socket Sections: <listen-socket> <port>80</port> </listen-socket> <listen-socket> <port>443</port> </listen-socket> <listen-socket> <port>8000</port> </listen-socket> Directory Sections: <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> And I've attached the error log. June 4, 2019 12:40 AM, "Thomas B. Rücker" <thomas at ruecker.fi> wrote:> Hi Curtis, > > On 6/3/19 5:25 AM, Curtis Stewart wrote: > >> I'm having trouble getting my radio stream to list properly on the >> directory. > > As we haven't released 2.5 yet, this is the best place (FOR NOW) to get > YP documentation: > > http://icecast.org/docs/icecast-trunk/yp > >> We recently moved to icecast from shoutcast and it seems like the >> listen links are still pointing to the old radionomy streams. Plus, >> I've updated the website URL in the encoder to >> https://myvictory.ca/radio but it isn't getting updated in the >> directory. The only thing it's getting from my icecast server is the >> song info updates. > > That should not happen. The Icecast server holds a token for the listing > and should not be able to update entries for tokens that it doesn't > hold. That said this is still the old server code and there might be > some weird corner cases. > > It might be a good idea to stop the stream and start it. In case of a > proper listing this should delete and recreate it. > > In general the troubleshooting instructions on the above mentioned page > should get 99% of problems solved. Should you really be unsuccessful in > troubleshooting the issue on your side, there are instructions on what > information to collect and send to this list. > > Cheers, > > Thomas > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: error.log URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190609/c4135dc2/attachment.ksh>
[UPDATE] I happened to stumble across some information about chroot being the problem if the DNS wasn't resolving. I disabled it, and now I'm listed. Guess I have to find out what was wrong with my chroot setup. June 8, 2019 6:47 PM, curtis at stubert.ca wrote:> I just shutdown the ShoutCast stream and now the listing on dir.xiph.org disappeared, so I guess > that fixed the weird listing. I still can't get my icecast server to list though. I've included all > the necessary info to troubleshoot below. > > Public URL: http://radio.myvictory.ca:8000 > > Hostname Section: <hostname>radio.myvictory.ca</hostname> > > Listen Socket Sections: > > <listen-socket> > <port>80</port> > </listen-socket> > <listen-socket> > <port>443</port> > </listen-socket> > <listen-socket> > <port>8000</port> > </listen-socket> > > Directory Sections: > > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > </directory> > > And I've attached the error log. > > June 4, 2019 12:40 AM, "Thomas B. Rücker" <thomas at ruecker.fi> wrote: > >> Hi Curtis, >> >> On 6/3/19 5:25 AM, Curtis Stewart wrote: >> >>> I'm having trouble getting my radio stream to list properly on the >>> directory. >> >> As we haven't released 2.5 yet, this is the best place (FOR NOW) to get >> YP documentation: >> >> http://icecast.org/docs/icecast-trunk/yp >> >>> We recently moved to icecast from shoutcast and it seems like the >>> listen links are still pointing to the old radionomy streams. Plus, >>> I've updated the website URL in the encoder to >>> https://myvictory.ca/radio but it isn't getting updated in the >>> directory. The only thing it's getting from my icecast server is the >>> song info updates. >> >> That should not happen. The Icecast server holds a token for the listing >> and should not be able to update entries for tokens that it doesn't >> hold. That said this is still the old server code and there might be >> some weird corner cases. >> >> It might be a good idea to stop the stream and start it. In case of a >> proper listing this should delete and recreate it. >> >> In general the troubleshooting instructions on the above mentioned page >> should get 99% of problems solved. Should you really be unsuccessful in >> troubleshooting the issue on your side, there are instructions on what >> information to collect and send to this list. >> >> Cheers, >> >> Thomas >> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast