At 10:35 PM 12/11/2002 -0800, you wrote:>Thanks that is what I was thinking I would do. And judging from Michaels >reply there likely is no static file function built into icecast2 yet.There is. But only because people complained. I personally don't use it, other than when testing it - I use a web server when web serving is what I want to do. Michael <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.
Thanks that is what I was thinking I would do. And judging from Michaels reply there likely is no static file function built into icecast2 yet. Geoff Shang wrote:>Hi: > >If you're just wanting to serve static files then the fileserve function of >icecast will probably serve you better. But yes, you would have to make a >thousand files. Probably better to write some kind of script to push a >.m3u or .pls file generated from the filename passed as a parameter. At >least then you wouldn't have lots of tiny m3u files all over the place. > >Geoff. > > > ><p><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.
Hi: If you're just wanting to serve static files then the fileserve function of icecast will probably serve you better. But yes, you would have to make a thousand files. Probably better to write some kind of script to push a .m3u or .pls file generated from the filename passed as a parameter. At least then you wouldn't have lots of tiny m3u files all over the place. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <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.
I wrote a php script that simplifies this process called ice2 on-demand http://www.casterclub.com/ice2_ondemand.php Best Regards Dave St. John Mediacast1 Administration (720-641-7586) ----- Original Message ----- From: "Geoff Shang" <gshang@uq.net.au> To: <icecast@xiph.org> Sent: Tuesday, November 12, 2002 3:53 PM Subject: Re: [icecast] Re [ogg] <p>> Hi:> > If you're just wanting to serve static files then the fileserve functionof> icecast will probably serve you better. But yes, you would have to make a > thousand files. Probably better to write some kind of script to push a > .m3u or .pls file generated from the filename passed as a parameter. At > least then you wouldn't have lots of tiny m3u files all over the place. > > Geoff. > > > -- > Geoff Shang <gshang@uq.net.au> > ICQ number 43634701 > > Make sure your E-mail can be read by everyone! > http://www.betips.net/etc/evilmail.html > > Please avoid sending me Word or PowerPoint attachments. > See http://www.fsf.org/philosophy/no-word-attachments.html > > > --- >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.--- >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.
And there is the script I was thinking I'd have to write. Thanks for your support. Raymond Dave St John wrote:>I wrote a php script that simplifies this process called ice2 on-demand >http://www.casterclub.com/ice2_ondemand.php > >Best Regards >Dave St. John >Mediacast1 Administration >(720-641-7586) >----- Original Message ----- >From: "Geoff Shang" <gshang@uq.net.au> >To: <icecast@xiph.org> >Sent: Tuesday, November 12, 2002 3:53 PM >Subject: Re: [icecast] Re [ogg] > > > > >>Hi: >> >>If you're just wanting to serve static files then the fileserve function >> >> >of > > >>icecast will probably serve you better. But yes, you would have to make a >>thousand files. Probably better to write some kind of script to push a >>.m3u or .pls file generated from the filename passed as a parameter. At >>least then you wouldn't have lots of tiny m3u files all over the place. >> >>Geoff. >> >> >>-- >>Geoff Shang <gshang@uq.net.au> >>ICQ number 43634701 >> >>Make sure your E-mail can be read by everyone! >>http://www.betips.net/etc/evilmail.html >> >>Please avoid sending me Word or PowerPoint attachments. >>See http://www.fsf.org/philosophy/no-word-attachments.html >> >> >>--- >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. >> >> > >--- >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. > > > ><p><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.
On Tue, 12 Nov 2002, Raymond wrote:> Thanks that is what I was thinking I would do. And judging from Michaels > reply there likely is no static file function built into icecast2 yet.The fileserving function is there, but I don't know if there's any automatic metafile generation fascilities like there is in icecast 1. You'd still have to make a .m3u file or whatever to access it. Geoff. <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.