more cosmetic changes for 0.20
This commit is contained in:
parent
288ebc48b1
commit
66ac162547
|
@ -1,5 +1,7 @@
|
|||
DarkIce live audio streamer, http://darkice.tyrell.hu/
|
||||
DarkIce live audio streamer, http://code.google.com/p/darkice/
|
||||
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
|
||||
|
@ -18,7 +20,7 @@ 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 is hosted by Tyrell Corporation, at http://darkice.tyrell.hu/
|
||||
DarkIce website: http://code.google.com/p/darkice/
|
||||
|
||||
|
||||
2. Compiling and installing
|
||||
|
@ -45,8 +47,8 @@ man darkice
|
|||
--------------------
|
||||
|
||||
When DarkIce core dumps, please send the backtrace along with your error
|
||||
report to the darkice mailing list: darkice-list@lists.tyrell.hu.
|
||||
Alternatively you could file a bug report at http://darkice.tyrell.hu/trac
|
||||
report to the darkice mailing list: http://www.freelists.org/list/darkice
|
||||
Alternatively you could file a bug report at http://code.google.com/p/darkice/issues/list
|
||||
To get the backtrace information, you need gdb, the GNU debugger:
|
||||
|
||||
1. configure and compile using the --with-debug option:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
o Add samplerate conversion for samplerate audio output different from audio source
|
||||
o Add Coreaudio support
|
||||
o change Ref to follow inheritance
|
||||
o make a master config file, and a small one ?
|
||||
o add support for multiple servers for one stream ?
|
||||
|
|
Loading…
Reference in New Issue