for version 0.11
This commit is contained in:
parent
afc167c420
commit
fa21ddce0d
|
@ -1,3 +1,14 @@
|
||||||
|
20-08-2002: DarkIce 0.11 released
|
||||||
|
|
||||||
|
o added possibility to specify maximum bitrate for Ogg Vorbis streams
|
||||||
|
o added HTTP Basic authentication for icecast2 logins
|
||||||
|
o added mp3 streaming for icecast2
|
||||||
|
o added possibility to stream in mono even when recording in stereo,
|
||||||
|
thus enabling mono and stereo streams with the same darkice instance.
|
||||||
|
only for mp3 streams at the moment
|
||||||
|
thanks to Kai Krakow <kai@kaishome.de>
|
||||||
|
o bug fix: resampling audio for vorbis streams bugs fixed
|
||||||
|
|
||||||
02-08-2002: DarkIce 0.10.1 released
|
02-08-2002: DarkIce 0.10.1 released
|
||||||
|
|
||||||
o bug fix: when the last server dropped connection, darkice crashed
|
o bug fix: when the last server dropped connection, darkice crashed
|
||||||
|
|
|
@ -44,7 +44,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>
|
been used for almost a year in <a href="http://tilos.hu/">production</a>
|
||||||
24 hours per day.
|
24 hours per day.
|
||||||
<br>
|
<br>
|
||||||
The latest version is <b>0.10.1</b>, check out the
|
The latest version is <b>0.11</b>, check out the
|
||||||
<a href="ChangeLog">ChangeLog</a>.
|
<a href="ChangeLog">ChangeLog</a>.
|
||||||
|
|
||||||
<h2>3. Download</h2>
|
<h2>3. Download</h2>
|
||||||
|
@ -63,7 +63,7 @@ use your own lame libs if you like.
|
||||||
You can either
|
You can either
|
||||||
<ul>
|
<ul>
|
||||||
<li>Download the source tarball
|
<li>Download the source tarball
|
||||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.10.1.tar.gz">darkice-0.10.1.tar.gz</a>
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.11.tar.gz">darkice-0.11.tar.gz</a>
|
||||||
and compile yourself. You will also need
|
and compile yourself. You will also need
|
||||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
(version 3.89 or above) and
|
(version 3.89 or above) and
|
||||||
|
@ -76,7 +76,7 @@ You can either
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Get the RPM package
|
<li>Get the RPM package
|
||||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.10.1-1.i386.rpm">darkice-0.10.1-1.i386.rpm</a>,
|
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.11-1.i386.rpm">darkice-0.11-1.i386.rpm</a>,
|
||||||
install & enjoy.
|
install & enjoy.
|
||||||
Also install
|
Also install
|
||||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||||
|
|
Loading…
Reference in New Issue