• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H01-Jul-2020-1,3791,211

build-aux/H01-Jul-2020-16,23612,109

conf/H03-May-2022-1,032855

doc/H03-May-2022-751663

examples/H01-Jul-2020-308100

m4/H01-Jul-2020-1,083980

src/H03-May-2022-45,95436,604

web/H03-May-2022-1,9181,715

win32/H03-May-2022-6,3534,803

.gitignoreH A D01-Jul-2020325 2524

AUTHORSH A D01-Jul-2020121 54

COPYINGH A D01-Jul-202017.6 KiB341281

GIT-VERSION-GENH A D01-Jul-2020553 2620

HACKINGH A D01-Jul-202023 41

Makefile.amH A D01-Jul-2020943 3625

Makefile.inH A D01-Jul-202030 KiB957852

NEWSH A D01-Jul-2020100.8 KiB2,1491,936

READMEH A D01-Jul-20202 KiB5741

TODOH A D01-Jul-20201.1 KiB3121

aclocal.m4H A D01-Jul-202044 KiB1,2171,105

autogen.shH A D01-Jul-20203.1 KiB11293

config.h.inH A D01-Jul-20208.2 KiB331221

config.h.vc6H A D01-Jul-20204.5 KiB174120

config.subH A D01-Jul-202033.6 KiB1,7061,558

configureH A D03-May-2022658.3 KiB22,25518,943

configure.acH A D01-Jul-20206.2 KiB213186

icecast.specH A D01-Jul-20201.6 KiB5948

README

1icecast 2.x - README
2---------------------------------------------------------------------
3
4Icecast is a streaming media server which currently supports Ogg
5Vorbis and MP3 audio streams. It can be used to create an Internet
6radio station or a privately running jukebox and many things in
7between. It is very versatile in that new formats can be added
8relatively easily and supports open standards for commuincation and
9interaction.
10
11Icecast is distributed under the GNU GPL, version 2. A copy of this
12license is included with this software in the COPYING file.
13
14Prerequisites
15---------------------------------------------------------------------
16icecast requires the following packages :
17
18* libxml2 - http://xmlsoft.org/downloads.html
19* libxslt - http://xmlsoft.org/XSLT/downloads.html
20* curl - http://curl.haxx.se/download.html (>= version 7.10 required)
21  NOTE: icecast may be compiled without curl, however this will
22        disable all Directory server interaction (YP).
23* ogg/vorbis - http://www.vorbis.com/files (>= version 1.0 required)
24
25A Note About RPMS
26---------------------------------------------------------------------
27This section only applies to you if your operating system uses RPMS.
28
29In order to build icecast, you will need to install the "devel" RPM
30packages for each of the prerequisite packages in addition to the
31normal RPMS for each package.
32
33please check the websites for each of the prerequisite packages for
34appropriate download links for RPMS.
35
36
37Build/Install
38---------------------------------------------------------------------
39To build icecast on a Unix platform, perform the following :
40
41Run
42   ./configure
43   make
44   make install
45
46To build and install this release.
47
48A sample config file will be placed in /usr/local/etc (on UNIX) or in
49the current working directory (on Win32) and is called icecast.xml
50
51Documentation for icecast is available in the doc directory, by
52viewing doc/index.html in a browser.
53
54Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see
55us at irc.freenode.net, channel #icecast, if you have any troubles.
56
57