KH branch of icecast
  • C 56.8%
  • Shell 18.1%
  • Makefile 16.9%
  • C++ 3.9%
  • M4 1.8%
  • Other 2.4%
Find a file
2026-05-29 12:24:41 +02:00
admin Typo 2026-05-29 12:24:41 +02:00
build-aux autofoo update. newer versions of the scripts 2023-03-30 02:13:10 +01:00
conf typo fix reported in #268. non-critical 2023-07-03 21:25:22 +01:00
doc Remove links to icecast.org and as this is a fork, 2026-03-26 09:20:09 +01:00
examples minor change, web pages could do with updating to newer standards 2014-09-02 03:01:48 +01:00
m4 autofoo files changes from upgrading the versions 2022-11-30 01:55:11 +00:00
src avoid safari redirect truncation bug. closes #440 2023-11-21 10:00:28 +00:00
web Remove links to icecast.org and as this is a fork, 2026-03-26 09:20:09 +01:00
windows small re-order of code for windows startup usage 2023-04-14 10:51:18 +01:00
.gitignore update autotool parts. Based on the work by rubenk 2016-08-28 01:52:16 +01:00
aclocal.m4 autofoo update. newer versions of the scripts 2023-03-30 02:13:10 +01:00
AUTHORS sync 2012-01-15 02:44:24 +00:00
autogen.sh update for kh14 2020-04-26 00:49:46 +01:00
config.h.in utilise sigaction over signal if present 2023-02-24 22:21:27 +00:00
config.h.vc6 first commit 2012-01-11 14:14:06 +00:00
config.sub make sure we have files and not symlinks 2012-02-17 18:50:00 +00:00
configure prep for a kh22 2023-07-04 21:36:53 +01:00
configure.ac prep for a kh22 2023-07-04 21:36:53 +01:00
COPYING sync work 2012-01-13 03:01:26 +00:00
GIT-VERSION-GEN drop the test for generating the hash 2023-03-30 01:22:10 +01:00
HACKING sync 2012-01-15 03:18:31 +00:00
icecast.spec first commit 2012-01-11 14:14:06 +00:00
Makefile.am cut an update to avoid null-deref issue from .7 2023-06-20 20:40:36 +01:00
Makefile.in prep for a kh22 2023-07-04 21:36:53 +01:00
NEWS prep for a kh22 2023-07-04 21:36:53 +01:00
README Remove links xiph.org as this is a fork, 2026-03-26 09:57:00 +01:00
TODO sync 2012-01-15 03:16:21 +00:00

icecast 2.x - README
---------------------------------------------------------------------

Icecast is a streaming media server which currently supports Ogg 
Vorbis and MP3 audio streams. It can be used to create an Internet 
radio station or a privately running jukebox and many things in 
between. It is very versatile in that new formats can be added 
relatively easily and supports open standards for commuincation and 
interaction.

Icecast is distributed under the GNU GPL, version 2. A copy of this
license is included with this software in the COPYING file.

Prerequisites
---------------------------------------------------------------------
icecast requires the following packages :

* libxml2 - http://xmlsoft.org/downloads.html
* libxslt - http://xmlsoft.org/XSLT/downloads.html
* curl - http://curl.haxx.se/download.html (>= version 7.10 required)
  NOTE: icecast may be compiled without curl, however this will
        disable all Directory server interaction (YP).
* ogg/vorbis - http://www.vorbis.com/files (>= version 1.0 required)

A Note About RPMS
---------------------------------------------------------------------
This section only applies to you if your operating system uses RPMS.

In order to build icecast, you will need to install the "devel" RPM
packages for each of the prerequisite packages in addition to the
normal RPMS for each package.

please check the websites for each of the prerequisite packages for
appropriate download links for RPMS.


Build/Install
---------------------------------------------------------------------
To build icecast on a Unix platform, perform the following :

Run
   ./configure
   make
   make install

To build and install this release.

A sample config file will be placed in /usr/local/etc (on UNIX) or in 
the current working directory (on Win32) and is called icecast.xml

Documentation for icecast is available in the doc directory, by 
viewing doc/index.html in a browser.