|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| admin/ | H | 01-Jul-2020 | - | 1,379 | 1,211 |
| build-aux/ | H | 01-Jul-2020 | - | 16,236 | 12,109 |
| conf/ | H | 03-May-2022 | - | 1,032 | 855 |
| doc/ | H | 03-May-2022 | - | 751 | 663 |
| examples/ | H | 01-Jul-2020 | - | 308 | 100 |
| m4/ | H | 01-Jul-2020 | - | 1,083 | 980 |
| src/ | H | 03-May-2022 | - | 45,954 | 36,604 |
| web/ | H | 03-May-2022 | - | 1,918 | 1,715 |
| win32/ | H | 03-May-2022 | - | 6,353 | 4,803 |
| .gitignore | H A D | 01-Jul-2020 | 325 | 25 | 24 |
| AUTHORS | H A D | 01-Jul-2020 | 121 | 5 | 4 |
| COPYING | H A D | 01-Jul-2020 | 17.6 KiB | 341 | 281 |
| GIT-VERSION-GEN | H A D | 01-Jul-2020 | 553 | 26 | 20 |
| HACKING | H A D | 01-Jul-2020 | 23 | 4 | 1 |
| Makefile.am | H A D | 01-Jul-2020 | 943 | 36 | 25 |
| Makefile.in | H A D | 01-Jul-2020 | 30 KiB | 957 | 852 |
| NEWS | H A D | 01-Jul-2020 | 100.8 KiB | 2,149 | 1,936 |
| README | H A D | 01-Jul-2020 | 2 KiB | 57 | 41 |
| TODO | H A D | 01-Jul-2020 | 1.1 KiB | 31 | 21 |
| aclocal.m4 | H A D | 01-Jul-2020 | 44 KiB | 1,217 | 1,105 |
| autogen.sh | H A D | 01-Jul-2020 | 3.1 KiB | 112 | 93 |
| config.h.in | H A D | 01-Jul-2020 | 8.2 KiB | 331 | 221 |
| config.h.vc6 | H A D | 01-Jul-2020 | 4.5 KiB | 174 | 120 |
| config.sub | H A D | 01-Jul-2020 | 33.6 KiB | 1,706 | 1,558 |
| configure | H A D | 03-May-2022 | 658.3 KiB | 22,255 | 18,943 |
| configure.ac | H A D | 01-Jul-2020 | 6.2 KiB | 213 | 186 |
| icecast.spec | H A D | 01-Jul-2020 | 1.6 KiB | 59 | 48 |
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