icecast is free server software for streaming multimedia.
The install is relatively simple, just follow these steps.
1. Install the SRPM from xiph.org
Code:
[url]rpm -ivh http://downloads.xiph.org/releases/icecast/icecast-2.3.2-0.src.rpm
[/url]
2. Install the dependencies needed to compile it.
Code:
yum install libvorbis-devel speex-devel libtheora-devel libxslt-devel curl-devel
3. Compile the SRPM
Code:
rpmbuild -bb /usr/src/redhat/SPECS/icecast.spec
4. Install the RPM.
Code:
rpm -ivh /usr/src/redhat/RPMS/i386/icecast-2.3.2-0.i386.rpm
5. Edit the conf file (/etc/icecast.xml) and change the admin, source, and relay passwords. You will ...