Oddsock wrote:> > there are no known issues with > > listing streams at the moment...I am assuming that you know > there are > > multiple pages of listings, sometimes it hard to see that little > > "Next/Prev" link on each page....and Ross Levis wrote:> Sometimes when I restart my stream it appears for a while without > updating the title etc and then disappears a few minutes later. I'm > sure Dave will fix it eventually but he is away for the week.We're getting the same problem at Virgin Radio. We're using very recent builds of ices2 and icecast2 (i.e. less than a week old). Our entry reliably updates in the www.oddsock.org/icecast2yp/ directory but doesn't reliably appear in the yp.icecast.net directory. As Ross says, sometimes it appears for a short time after a restart. My error log is full of entries like: INFO yp/yp_submit_url Successfull ACK from yp_touch (http://www.oddsock.org/cgi-bin/yp-cgi) but there is no equivalent for the icecast.net directory. David David Jones Head of IT, Virgin Radio t +44 20 7432 3346 f +44 20 7432 3456 www.smg.plc.uk * www.virginradio.co.uk --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, Jul 08, 2003 at 11:36:10AM +0100, David Jones wrote:> and Ross Levis wrote: > > Sometimes when I restart my stream it appears for a while without > > updating the title etc and then disappears a few minutes later. I'm > > sure Dave will fix it eventually but he is away for the week. > > We're getting the same problem at Virgin Radio. We're using very recent > builds of ices2 and icecast2 (i.e. less than a week old). Our entry reliably > updates in the www.oddsock.org/icecast2yp/ directory but doesn't reliably > appear in the yp.icecast.net directory. As Ross says, sometimes it appears > for a short time after a restart. > > My error log is full of entries like: > INFO yp/yp_submit_url Successfull ACK from yp_touch > (http://www.oddsock.org/cgi-bin/yp-cgi) > but there is no equivalent for the icecast.net directory.I know why, and I'm working to fix it. Basically it's behavior in Icecast. For some reason some streams only update themselves during song change, while they are suppost to update at regular intervals too. The YP update schedualing needs some pretty heavy TLC, hopefully I should have a good patch for it soon. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20030708/18ff8eef/part.pgp
At 10:08 AM 7/8/2003 -0400, you wrote:>On Tue, Jul 08, 2003 at 11:36:10AM +0100, David Jones wrote: > > and Ross Levis wrote: > > > Sometimes when I restart my stream it appears for a while without > > > updating the title etc and then disappears a few minutes later. I'm > > > sure Dave will fix it eventually but he is away for the week. > > > >I know why, and I'm working to fix it. > >Basically it's behavior in Icecast. For some reason some streams only >update themselves during song change, while they are suppost to update >at regular intervals too. > >The YP update schedualing needs some pretty heavy TLC, hopefully I >should have a good patch for it soon. >actually, it was a bug when listing in multiple directories only. It was caused by accidentally resetting the "last touch time" for all directory entries when it should have done it only for one directory entry. This was causing the "I need to touch now" logic to not get triggered. I just committed a patch to icecast that fixes this problem. So, please update your code otherwise you will have troubles updating to more than one directory reliably. I have also updated http://www.oddsock.org/tools/icecast2 with the latest CVS code as well.... oddsock <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.