apt-get install make
wget ********** tar -zxvf lame-3.97.tar.gz cd lame-3.97 ./configure --prefix=/usr make && make install
wget ********** tar -zxvf libshout-2.2.2.tar.gz cd libshout-2.2.2 ./configure --with-ogg --with-vorbis --with-lame --prefix=/usr make && make install
wget ********** tar -zxvf ices-0.4.tar.gz cd ices-0.4 ./configure --with-lame make && make install
<?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File><u>[b]/путь_к_папке/playlist.txt[/b]</u></File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>ices</Module> </Playlist> <Execution> <Background>1</Background> <Verbose>0</Verbose> <BaseDirectory>/tmp</BaseDirectory> </Execution> <Stream> <Server> <Hostname>localhost</Hostname> <Port>8000</Port> <-- пароль должен быть такой же как в секции <source-password> конфига icecast --> <Password>password</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/test</Mountpoint> <Name>Default stream</Name> <Genre>Default genre</Genre> <Description>Default description</Description> <URL>http://localhost:8000/test</URL> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </Stream> </ices:Configuration>
apt-get install make liblame-dev libshout-dev