adam wrote:> have the icecast 2 sources moved? does anyone know the current download > url?There's no direct URL to the sources, you have to fetch them from CVS. Look at http://www.xiph.org/cvs.html for further information and read the file HACKING in the icecast module about further helper lib you need to download and how to build the thing. There will be an alpha release of Icecast2 soon, but there's really no reason to wait and not getting it from CVS. Moritz -- _______________________________________________________________________ "They who would give up an essential liberty for temporary security, deserve neither liberty or security" - Benjamin Franklin --- >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, I am trying to get Vorbis streaming from live input to a icecast2 (win32) server. I am doing this on my local 192.168.22.x network. I can get oddcastDSP encoder to stream to the icecast server. It makes a source connection and I can see this is the Icecast2 Win32 Server Stats window. I can also see the KB sent in the oddcastDSP window. However I have the following problems: 1. I cant make a client connection to the server (config below). I have installed the Vobris Decoder v1.17b (in_vorbis.dll) with my winamp but it just doesnt want to connect. I have tried the following urls: (the name of the stream is frl.ogg) http://192.168.22.5:8000/frl.ogg http://192.168.22.5:8001/frl.ogg http://192.168.22.5/frl.ogg http://192.168.22.5 in Winamp (and Freeamp) but it wont connect to the stream. Any ideas why this could be? 2. I don't know how to get a stream working from my live input. If I dont start playing an mp3 in the winamp as i encode to icecast2 then it sends no data. Is there another plugin i need to get a live input working with winamp (and vorbis) or do i need another encoder all together? Many thanks for any help that anyone can supply. eset Icecast2 Win32 config: <p> <icecast> <location>Templace</location> <admin>nobody@me.org</admin> <limits> <clients>100</clients> <sources>10</sources> <threadpool>5</threadpool> <client-timeout>15</client-timeout> </limits> <source-password>changeme</source-password> <directory> <touch-freq>5</touch-freq> <server> <host>yp.icecast.org</host> <touch-freq>15</touch-freq> </server> </directory> <hostname>192.168.22.5</hostname> <bind-address>0.0.0.0</bind-address> <port>8000</port> <paths> <basedir>./</basedir> <logdir>./</logdir> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> </logging> </icecast> <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.
At 06:25 PM 1/16/2002 +0100, you wrote:>hi, > >I am trying to get Vorbis streaming from live input to a icecast2 (win32) >server. I am doing this on my local 192.168.22.x network. > >I can get oddcastDSP encoder to stream to the icecast server. It makes a >source connection and I can see this is the Icecast2 Win32 Server Stats >window. I can also see the KB sent in the oddcastDSP window. > >However I have the following problems: >1. I cant make a client connection to the server (config below). I have >installed the Vobris Decoder v1.17b (in_vorbis.dll) with my winamp but it >just doesnt want to connect. I have tried the following urls: >(the name of the stream is frl.ogg) >http://192.168.22.5:8000/frl.ogg >http://192.168.22.5:8001/frl.ogg >http://192.168.22.5/frl.ogg >http://192.168.22.5the correct URL given your config below should be http://192.168.22.5:8000/frl.ogg <p>>in Winamp (and Freeamp)> >but it wont connect to the stream. > >Any ideas why this could be?make sure your mountpoint has a preceeding slash (i.e. /frl.ogg)...things won't work properly without it, and the newest version (not yet available) of the DSP has this check...>2. I don't know how to get a stream working from my live input. If I dont >start playing an mp3 in the winamp as i encode to icecast2 then it sends >no data. Is there another plugin i need to get a live input working with >winamp (and vorbis) or do i need another encoder all together?live input can be done via "Advanced Recording" (similar to the shoutcast Adv. Rec. option), or by using the linerec stereo plugin...this plugin can be found at the winamp site..>Many thanks for any help that anyone can supply.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.