> hey ya all, > > I need some direction , as i have seem to hit stupid row. > I have IceCast running, and streaming, all works excellent. > > What i would like to do is : add the link to my website and when it is > clicked on, it opens the stream in winamp > Does anyone have information on how i go about doing this ? > > Thank you in advance. > Rick - colly@undernetlinux.com >--- >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.
<HR NOSHADE> <UL> <LI>text/enriched attachment: stored </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/octet-stream Size: 1773 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20010805/562aecdc/part.obj
> [playlist] > NumberOfEntries=6 > File1=http://64.81.69.19:8000 > Title1=Lam Rim Radio NOW LOADING > Length1=-1 > Version=2That seems wrong. All you need is: [playlist] NumberOfEntries=1 File1=http://64.81.69.19:8000 You can add a title, but I thought the NumberOfEntries referred to the number of FileX entries, not the total number of parameters (in either case your example is wrong). Also, you can use m3u files which just have one line: http://64.81.69.19:8000 I tend to prefer those. jack. --- >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.
Heh , Thank you to everyone that answered my requests, it is appreciated, I am going to shout one more question out in the air, is it LiveICE i use to let ICECAST stream mp3's from a file ? Thank you once again all , it is very much appreciated. ----- Original Message ----- From: Rick Wilson <colly@undernetlinux.com> To: <icecast@xiph.org> Sent: Sunday, August 05, 2001 12:59 AM Subject: [icecast] I am a Idiot> > > > hey ya all, > > > > I need some direction , as i have seem to hit stupid row. > > I have IceCast running, and streaming, all works excellent. > > > > What i would like to do is : add the link to my website and when it is > > clicked on, it opens the stream in winamp > > Does anyone have information on how i go about doing this ? > > > > Thank you in advance. > > Rick - colly@undernetlinux.com > > > > > --- >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.
> I am going to shout one more question out in the air, is it LiveICE i use to > let ICECAST stream mp3's from a file ?Nothing let's icecast stream mp3s from a file. Icecast always(1) gets it's input from a socket, generally via some 'source' program like ices, liveice, shout, etc. Now, as for which source you want, that depends on how you are streaming. If you are streaming from playlists or files, ices i swhat you want. Grab 0.2.2 and lame(2), and you're all set. Liveice is primarily for live encoding applications, for instance, broadcasting a concert in realtime. It's not the easiest tool to use either, so I suggest sticking with ices unless you absolutely need live encoding. Hope this helps, jack. (1) unless of course you are doing on-demand streaming with icecast's built in /file/ stuff. this is probably not what you meant though :) (2) you need lame only if you're reencoding files on the fly. otherwise just ices will do. --- >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.