for the 0.18 release, re #15
This commit is contained in:
parent
90f541dde0
commit
53a69f5cb4
|
@ -1,3 +1,23 @@
|
|||
05-03-2007 DarkIce 0.18 released
|
||||
|
||||
o added serial ulaw input device support, thanks to
|
||||
Clyde Stubbs <clyde@htsoft.com>
|
||||
o improvements on reconnecting:
|
||||
added TCP connection keep-alive to TCP sockets
|
||||
added graceful sleep when trying to reconnect
|
||||
o added user-defined date formatting for the fileAddDate options,
|
||||
thanks to dsk <derrick@csociety.org>
|
||||
o added logging facility - [file-X] targets will cut the saved file
|
||||
and rename it as needed when darkice recieves the SIGUSR1 signal
|
||||
o added default configuration file handling - if no configuration file
|
||||
is specified, /etc/darkice.cfg is used
|
||||
o fix to enable compiling on 64 bit platforms
|
||||
thanks to Alexander Vlasov <zulu@galaradio.com> and
|
||||
Mariusz Mazur <mmazur@kernel.pl>
|
||||
o fix to enable file dump feature using ogg vorbis.
|
||||
thanks to dsk <derrick@csociety.org>
|
||||
o fix to enable compiling with jack installed at arbitrary locations
|
||||
|
||||
19-05-2006 DarkIce 0.17.1 released
|
||||
|
||||
o bugfix: automatic reconnect works more reliably
|
||||
|
|
|
@ -30,6 +30,7 @@ DarkIce can record from:
|
|||
<li><a href="http://www.alsa-project.org/">ALSA</a> audio devices</li>
|
||||
<li>Solaris audio interface</li>
|
||||
<li><a href="http://jackit.sourceforge.net/">Jack</a> sources</li>
|
||||
<li>uLaw audio input through a serial interface</li>
|
||||
</ul>
|
||||
<br>
|
||||
DarkIce can encode in the following formats:
|
||||
|
@ -49,6 +50,7 @@ DarkIce can send the encoded stream to the following streaming servers:
|
|||
<li><a href="http://www.icecast.org/">IceCast</a> 1.3.x and 2.x</li>
|
||||
<li><a href="http://developer.apple.com/darwin/projects/streaming/">Darwin
|
||||
Streaming Server</a></li>
|
||||
<li>archive the encoded audio in files</li>
|
||||
</ul>
|
||||
<br>
|
||||
Darkice runs on the following operating systems:
|
||||
|
@ -68,7 +70,7 @@ DarkIce is under development. While still considered beta, it has
|
|||
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.17.1</b>, check out the
|
||||
The latest version is <b>0.18</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
<br>
|
||||
Rafael Diniz is wrting a GTK front-end for DarkIce, called
|
||||
|
@ -99,7 +101,7 @@ I also provided lame packages, which are needed by DarkIce, but you can
|
|||
use your own lame libs if you like.
|
||||
<p>
|
||||
Download the source tarball
|
||||
<a href="http://darkice.tyrell.hu/dist/0.17.1/darkice-0.17.1.tar.gz">darkice-0.17.1.tar.gz</a>
|
||||
<a href="http://darkice.tyrell.hu/dist/0.18/darkice-0.18.tar.gz">darkice-0.18.tar.gz</a>
|
||||
and compile it. You will also need
|
||||
<a href="http://lame.sourceforge.net/download/download.html">lame</a>
|
||||
(version 3.89 or above),
|
||||
|
|
Loading…
Reference in New Issue