darkice/darkice/trunk
darkeye 64bd099709 for 0.9.1 2002-04-09 13:36:04 +00:00
..
man description of missing sampleRate field of section [icecast2-x] 2002-03-28 17:45:38 +00:00
rpm resolved memory leak issue introduced in 0.9 2002-04-09 13:10:43 +00:00
src resolved memory leak issue introduced in 0.9 2002-04-09 13:10:43 +00:00
AUTHORS resolved memory leak issue introduced in 0.9 2002-04-09 13:10:43 +00:00
COPYING removed dependency on locally stored SGI STL header files 2001-09-05 20:11:16 +00:00
ChangeLog fixed date typo 2002-04-09 13:30:29 +00:00
INSTALL created configure options to compile with or without lame / Ogg Vorbis 2001-10-19 12:39:42 +00:00
INSTALL.lame updated version number from 3.89beta to 3.91 2002-02-20 15:07:59 +00:00
INSTALL.vorbis updated version number from rc2 to rc3 2002-02-20 15:08:29 +00:00
Makefile.am for version 0.6 2001-09-18 17:35:15 +00:00
NEWS for 0.9.1 2002-04-09 13:36:04 +00:00
README for version 0.6 2001-09-18 17:35:15 +00:00
TODO removed VBR and vorbis resampling items, as they are completed 2002-03-28 17:10:39 +00:00
acinclude.m4 created configure options to compile with or without lame / Ogg Vorbis 2001-10-19 12:39:42 +00:00
configure.in resolved memory leak issue introduced in 0.9 2002-04-09 13:10:43 +00:00
darkice.cfg updated to work with Ogg Vorbis libs rc3 and current IceCast2 cvs 2002-02-20 10:40:02 +00:00
install-sh changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00
missing changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00
mkinstalldirs changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00
stamp-h.in changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00
update-conf now VERSION is defined for sure in config.h 2001-09-14 16:19:46 +00:00

README

DarkIce live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu


Contents
--------

1. What is DarkIce?
2. Compiling and installing


1. What is DarkIce?
-------------------

DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
takes audio input from a sound card, encodes it into mp3 and/or Ogg Vorbis,
and sends the mp3 stream to one or more IceCast and/or ShoutCast servers,
the Ogg Vorbis stream to one or more IceCast2 servers.


2. Compiling and installing
---------------------------

On how to compile and install, please read the file INSTALL. If you're
impatient, try:

./configure
make

The executable built is src/darkice.
To install, try as root:

make install


For documentation, try:

man darkice