for version 0.5
This commit is contained in:
parent
ea82a288c8
commit
0a7746305a
|
@ -1,3 +1,11 @@
|
|||
09-09-2001: DarkIce 0.5 released
|
||||
|
||||
o added support for ShoutCast servers
|
||||
o removed local copy of SGI STL, uses STL of the C++ compiler
|
||||
o compiles with gcc3-c++
|
||||
o added man page darkice.cfg.5
|
||||
o bugfix: config files can have comments before the first section
|
||||
|
||||
02-09-2001: DarkIce 0.4 released
|
||||
|
||||
o support for external command line encoder removed, replaced
|
||||
|
|
|
@ -22,9 +22,11 @@
|
|||
|
||||
<h2>1. What Is DarkIce?</h2>
|
||||
DarkIce is a an <a href="http://www.icecast.org/">IceCast</a>
|
||||
and <a href="http://www.shoutcast.com/">ShoutCast</a>
|
||||
live streamer. The purpose is to take the live input from a soundcard, encode
|
||||
it and send the encoded stream to an
|
||||
<a href="http://www.icecast.org/">IceCast</a> server.
|
||||
it and send the encoded stream to one or more
|
||||
<a href="http://www.icecast.org/">IceCast</a> and/or
|
||||
<a href="http://www.shoutcast.com/">ShoutCast</a> servers.
|
||||
DarkIce uses <a href="http://www.mp3dev.org/mp3">lame</a> as a shared
|
||||
object or statically linked as its mp3 encoder.
|
||||
<br>
|
||||
|
@ -36,7 +38,7 @@ DarkIce is under development. While still considered beta, it has
|
|||
been used for almost a year in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.4</b>, check out the
|
||||
The latest version is <b>0.5</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
|
||||
<h2>3. Download</h2>
|
||||
|
@ -57,18 +59,18 @@ use your own lame libs if you like.
|
|||
You can either
|
||||
<ul>
|
||||
<li>get the RPM packages
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-1.i386.rpm">lame-3.89beta-1.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.4-1.i386.rpm">darkice-0.4-1.i386.rpm</a>,
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-2.i386.rpm">lame-3.89beta-2.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.5-1.i386.rpm">darkice-0.5-1.i386.rpm</a>,
|
||||
install & enjoy</li>
|
||||
<li>get the package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-static-0.4-1.i386.rpm">darkice-static-0.4-1.i386.rpm</a>, this is
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-static-0.5-1.i386.rpm">darkice-static-0.5-1.i386.rpm</a>, this is
|
||||
statically linked, and does not need lame libraries</li>
|
||||
<li>download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.4.tar.gz">darkice-0.4.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.5.tar.gz">darkice-0.5.tar.gz</a>
|
||||
and compile yourself. You will need the lame libs to do this.
|
||||
Try packages
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-1.i386.rpm">lame-3.89beta-1.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-devel-3.89beta-1.i386.rpm">lame-devel-3.89beta-1.i386.rpm</a>, or your favourite
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-2.i386.rpm">lame-3.89beta-2.i386.rpm</a> and
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/lame-devel-3.89beta-2.i386.rpm">lame-devel-3.89beta-2.i386.rpm</a>, or your favourite
|
||||
<a href="ftp://lame.sourceforge.net/pub/lame/src/">lame tarball</a>.
|
||||
You'll need lame 3.89 or above.
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue