Hi, my name is renato and I'm trying to develope a player for Icecast screams, how can I get some help? I need to obtain all italian streams. I hope someone answers. Best Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120924/cae0c048/attachment.htm
Hi Renato, please subscribe to the mailing lists, so that you don't miss answers. (Also please don't send HTML mail) On 24/09/12 17:14, renato fringuello wrote:> Hi, my name is renato and I'm trying to develope a player for Icecast > screams, how can I get some help?This mailing list is the right place for development related discussion. There is also the #icecast IRC channel on freenode.> I need to obtain all italian streams.As of right now this is your best bet: http://dir.xiph.org/yp.xml Note: you really should implement support for compression according to RFC2616. It makes about a 10x difference in transferred data. Cheers Thomas
Ciao, Renato, Hi, my name is renato and I'm trying to develope a player for Icecast> screams, how can I get some help? > I need to obtain all italian streams. >Recently there was a similar question - here is a part of it from the web archives: http://lists.xiph.org/pipermail/icecast-dev/2012-August/002080.html Additional notes: - This example does _not_ use compressed download; if you need help on this, just ask. - This example uses XML-to-DOM conversion. This is easy on the developer, but is memory-consuming (especially now that the listing is over 13K station). If you are developing for desktop, this should not be a big issue; but f you are developing for mobile devices, it will probably not work (you'll run out of memory) - then you need a less memory-intensive (but more coding-intensive) parser like SAX. WWell, Assen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120925/b8d63167/attachment.htm
Can you tell me how often is yp.xml updated? 2012/9/25 R?cker Thomas <thomas.ruecker at tieto.com>> Hi Renato, > > please subscribe to the mailing lists, so that you don't miss answers. > (Also please don't send HTML mail) > > > On 24/09/12 17:14, renato fringuello wrote: > >> Hi, my name is renato and I'm trying to develope a player for Icecast >> screams, how can I get some help? >> > > This mailing list is the right place for development related discussion. > There is also the #icecast IRC channel on freenode. > > > > I need to obtain all italian streams. >> > > As of right now this is your best bet: > http://dir.xiph.org/yp.xml > Note: you really should implement support for compression according to > RFC2616. > It makes about a 10x difference in transferred data. > > Cheers > > Thomas >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120925/4b84bdb6/attachment.htm