darkice/darkice/trunk
Rafael Diniz 80f5e746ea Fixed autotools. This is the 1.3 darkice release! 2016-08-04 10:42:46 -03:00
..
etc for 0.19 release, re #39 2008-07-07 14:40:45 +00:00
man Fixes from nicolas@debian.org. 2016-08-03 17:19:16 -03:00
src Fixed autotools. This is the 1.3 darkice release! 2016-08-04 10:42:46 -03:00
AUTHORS applied patches of issues #56 and #57 2012-01-16 20:58:27 +00:00
COPYING Darkice 1.0 released\! 2010-05-10 01:18:15 +00:00
ChangeLog Fixed autotools. This is the 1.3 darkice release! 2016-08-04 10:42:46 -03:00
FAQ added FAQ 2006-05-18 07:05:37 +00:00
INSTALL.lame updated version number from 3.89beta to 3.91 2002-02-20 15:07:59 +00:00
INSTALL.vorbis changed references to 1.0 final from 10.rc3 2002-08-26 07:23:14 +00:00
Makefile.am removed doxygen stuff 2013-07-15 05:47:03 +00:00
NEWS preparing for 0.20.1 release 2009-11-14 22:10:39 +00:00
README Modified README to cope with website address changes. 2015-05-18 14:39:18 -03:00
TODO more cosmetic changes for 0.20 2009-11-05 18:12:44 +00:00
acinclude.m4 Update acinclude.m4 to fix multiarch build. Fixes #62 2013-04-04 04:59:00 +00:00
autogen.sh ported to NetBSD 2004-02-23 19:12:52 +00:00
configure.in Fixed autotools. This is the 1.3 darkice release! 2016-08-04 10:42:46 -03:00
darkice.cfg patch proposed by issue 21 revising realtime priority for jack input applied 2010-07-19 20:42:43 +00:00
rc.darkice new version of rc.darkice 2010-12-21 13:32:59 +00:00
stamp-h.in changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00

README

DarkIce live audio streamer, http://www.darkice.org/
Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/
Copyright (c) 2008, Ákos Maróy, akos@maroy.hu
Copyright (c) 2009, Rafael Diniz, rafael@riseup.net


Contents
--------

1. What is DarkIce?
2. Compiling and installing
3. Reporting crashes


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.

DarkIce website: http://www.darkice.org/


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


3. Reporting crashes
--------------------

When DarkIce core dumps, please send the backtrace along with your error
report to the darkice mailing list: http://www.freelists.org/list/darkice
Alternatively you could file a bug report at http://www.darkice.org/
To get the backtrace information, you need gdb, the GNU debugger:

1. configure and compile using the --with-debug option:

./configure --with-debug=yes
make clean all

2. run darkice from within gdb:

gdb src/darkice

3. set parameters within gdb:

(gdb) set args -c darkice.cfg

4. run:

(gdb) run

5. after coredump, print the backtrace:

(gdb) bt