for version 0.12
This commit is contained in:
parent
fa21ddce0d
commit
42e0bbe3df
|
@ -1,3 +1,11 @@
|
|||
20-10-2002: DarkIce 0.12 released
|
||||
|
||||
o ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)
|
||||
o bug fix: maximum bitrate setting fixed for Ogg Vorbis streams
|
||||
o changed internals so that now each encoding/server connection is
|
||||
a separate thread
|
||||
o when a connection is dropped, DarkIce tries to reconnect, indefinitely
|
||||
|
||||
20-08-2002: DarkIce 0.11 released
|
||||
|
||||
o added possibility to specify maximum bitrate for Ogg Vorbis streams
|
||||
|
|
|
@ -25,11 +25,9 @@ DarkIce is an <a href="http://www.icecast.org/">IceCast</a>,
|
|||
IceCast2 and <a href="http://www.shoutcast.com/">ShoutCast</a>
|
||||
live audio streamer. It takes audio input from a sound card, encodes it
|
||||
into mp3 and/or <a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a>,
|
||||
and sends the mp3 stream to one or more
|
||||
<a href="http://www.icecast.org/">IceCast</a> and/or
|
||||
<a href="http://www.shoutcast.com/">ShoutCast</a> servers,
|
||||
the <a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a>
|
||||
stream to one or more IceCast2 servers.
|
||||
and sends the streams to one or more
|
||||
<a href="http://www.icecast.org/">IceCast</a>,
|
||||
<a href="http://www.shoutcast.com/">ShoutCast</a> and/or IceCast2 servers.
|
||||
|
||||
DarkIce uses <a href="http://www.mp3dev.org/mp3">lame</a> as a shared
|
||||
object as its mp3 encoder, and the
|
||||
|
@ -41,10 +39,10 @@ DarkIce is being written by
|
|||
|
||||
<h2>2. Status</h2>
|
||||
DarkIce is under development. While still considered beta, it has
|
||||
been used for almost a year in <a href="http://tilos.hu/">production</a>
|
||||
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.11</b>, check out the
|
||||
The latest version is <b>0.12</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
|
||||
<h2>3. Download</h2>
|
||||
|
@ -63,7 +61,7 @@ use your own lame libs if you like.
|
|||
You can either
|
||||
<ul>
|
||||
<li>Download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.11.tar.gz">darkice-0.11.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.12.tar.gz">darkice-0.12.tar.gz</a>
|
||||
and compile yourself. You will also need
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
(version 3.89 or above) and
|
||||
|
@ -76,7 +74,7 @@ You can either
|
|||
</ul>
|
||||
</li>
|
||||
<li>Get the RPM package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.11-1.i386.rpm">darkice-0.11-1.i386.rpm</a>,
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.12-1.i386.rpm">darkice-0.12-1.i386.rpm</a>,
|
||||
install & enjoy.
|
||||
Also install
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
|
|
Loading…
Reference in New Issue