Website updated.

This commit is contained in:
Rafael Diniz 2016-08-04 12:12:05 -03:00
parent 51062dd3bc
commit 408bb764f8
2 changed files with 102 additions and 38 deletions

View File

@ -1,3 +1,72 @@
04-08-2016 Darkice 1.3 released
o Small bugs fixed by Nicolas Boulenguez <nicolas@debian.org>.
o Bugs related to streaming to remote servers fixed. Patch by Kalle Kulonen
<kulonenk@gmail.com> and Mark Turner <jmarkturner@gmail.com>.
15-07-2013 Darkice 1.2 released
o Issue #75: Added Ogg/Opus support. Patch by Doug Kelly
dougk.ff7@gmail.com
o Fix 'Ring Ruffer' reports.
- Increased buffer for jack to 5 seconds
- prevent darkice termination by jack, report no fatal problem when we
have a ringbuffer overflow, can happen during startup
If we can not handle input audio fast enough we just ignore the buffer
and skip it, and just report it.
- new multithreaded connector code, now handles encoders in parallel
and does not spin waiting, cpu load will be very much lower now
Codes uses 2 condition variables to report data availability and
consumer thread availability
- Hopes are that glitching reports will be a thing of the past
- minor compiler warnings fixed
(Fix by Edwin van den Oetelaar)
o Issue #56: Wrong icecast2 password isn't properly reported, fixed.
thanks to Filipe Roque <flip.roque@gmail.com>
o Issue #57: BufferedSink makes streams invalid, fixed.
thanks to Alban Peignier <alban.peignier@gmail.com>
o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed
thanks to Filipe Roque <flip.roque@gmail.com>
27-10-2011 Darkice 1.1 released
o Updated aac+ encoding to use libaacplus-2.0.0 api.
thanks to Sergiy <piratfm@gmail.com>
o Added pulseaudio support
closes ticket #25
thanks to Filipe Roque <flip.roque@gmail.com> and
and Johann Fot <johann.fot@dunkelfuerst.com>
o Added rtprio parameter and revisited realtime priority
closes ticket #21
thanks to Adrian Knoth <adi@drcomp.erfurt.thur.de>
o Fixed a call to a deprecated jack call
closes ticket #22
thanks to Adrian Knoth again.
09-05-2010 Darkice 1.0 released
o fixed a bug in BufferedSink.cpp that leads to some buffers
being written twice, causing corruption of datastream,
closes ticked #20
thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com>
o implemented samplerate conversion for all codecs using libsamplerate,
and keeping internal aflibConverter as fallback,
thanks to Sergiy <piratfm@gmail.com>
o bugfix: fix for alsa driver - closes ticked #8
thanks to Clemens Ladisch <clemens@ladisch.de>
14-11-2009 Darkice 0.20.1 released
o added rc.darkice init script
thanks to Niels Dettenbach <nd@syndicat.com>
o bugfix: fix for gcc 4.4
05-11-2009 Darkice 0.20 released
o new maintainer: Rafael Diniz <rafael@riseup.net>
o added AAC HEv2 encoding support (branch darkice-aacp merged) through
libaacplus, http://tipok.org.ua/ru/node/17
thanks to tipok <piratfm@gmail.com> and others for the contribution.
o bugfix: the configure script recognizes Ogg Vorbis shared objects
now, not just static libraries. Thanks to omroepvenray.
o bugfix: enabling jack source compilation on Debian Lenny,
thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org>
07-07-2008 Darkice 0.19 released
o added mount point option for Darwin Streaming Server

View File

@ -1,13 +1,13 @@
<html>
<head>
<title>DarkIce live audio streamer</title>
<!-- $Id$ -->
<!-- $Id: index.html 478 2010-05-12 20:54:28Z rafael@riseup.net $ -->
</head>
<body bgcolor="#000000" text="#eeeeee" link="#88ccff" alink="#8888ff" vlink="#8888ff">
<center>
<table cellspacing="0" cellpadding="0" border="0" width="450" height="100%">
<tr valign="bottom"><td colspan="9"><a href="http://tyrell.hu"><img src="blankheader.gif" alt="" border="0" width="450" height="54"></a></td></tr>
<tr valign="bottom"><td colspan="9"><img src="blankheader.gif" alt="" border="0" width="450" height="54"></td></tr>
<tr valign="middle">
<td width="2" bgcolor="#604c8f"><img src="spacer.gif" width="2" alt=""></td>
<td width="5" bgcolor="#392073"><img src="spacer.gif" width="5" alt=""></td>
@ -36,14 +36,17 @@ DarkIce can record from:
<br>
DarkIce can encode in the following formats:
<ul>
<li>MP3 - using the <a href="http://lame.sourceforge.net/">lame</a>
<li>MP3 - using the <a href="http://www.mp3dev.org/mp3">lame</a>
library</li>
<li>MP2 - using the <a href="http://www.twolame.org/">twolame</a>
library</li>
<li><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></li>
<li>AAC - using the <a href="http://www.audiocoding.com/">faac</a>
<li>AAC LC - using the <a href="http://www.audiocoding.com/">faac</a>
library</li>
<li>AAC HEv2 - using <a href="http://tipok.org.ua/node/17">libaacplus</a> library </li>
<li>AAC HEv2 -
using <a href="http://tipok.org.ua/node/17">libaacplus</a> library </li>
<li>Opus - using Xiph's libopus library</li>
<li>Vorbis - using Xiph's libvorbis library</li>
</ul>
<br>
DarkIce can send the encoded stream to the following streaming servers:
@ -58,10 +61,10 @@ DarkIce can send the encoded stream to the following streaming servers:
Darkice runs on the following operating systems:
<ul>
<li>FreeBSD</li>
<li>Linux on intel and PowerPC</li>
<li>Linux</li>
<li>MacOS X</li>
<li>NetBSD / OpenBSD</li>
<li>SUN Solaris</li>
<li>Solaris</li>
</ul>
<br>
DarkIce initial author is
@ -72,8 +75,8 @@ DarkIce current author and maintainer is <a href="mailto:rafael@riseup.net">Rafa
<h2>2. Status</h2>
DarkIce is considered stable, it has been used since fall 2000 in production 24 hours per day.
<br>
The latest version is <b>1.0</b>, check out the
<a href="ChangeLog">ChangeLog</a>.
The latest version is <b>1.3</b>, check out the
<a href="https://github.com/rafael2k/darkice/blob/master/darkice/trunk/ChangeLog">ChangeLog</a>.
<br>
There is a GTK frontend made by Rafael Diniz, called DarkSnow.
<a href="http://darksnow.radiolivre.org/index.en.html">DarkSnow</a>.
@ -84,45 +87,37 @@ For questions &amp; feedback on DarkIce, please join the
mailing list.
<p>
Should you find any issues with DarkIce, please submit a bug or feature
request at our <a href="http://code.google.com/p/darkice/issues/list">Trac</a> system.
request at
Git <a href="https://github.com/rafael2k/darkice/issueshttps://sourceforge.net/p/darkice/tickets/">Issues</a>
page.
</p>
<h2>4. Support</h2>
If you feel that DarkIce is having a good effect on your online streaming radio, feel free to donate some money to allow further development.
<b>Thank you!</b>
<b>Thank you! Btw, we already received a donation!</b>
<h2>5. Download</h2>
<br>
You can download DarkIce releases from the project's
<a href="https://sourceforge.net/projects/darkice/files/">download page</a>.
<p>
Download the source tarball
<a href="http://sourceforge.net/projects/darkice/files/darkice/1.3/darkice-1.3.tar.gz/download">darkice-1.3.tar.gz</a>
and compile it.
</p>
<p>
If you like to live on the edge, you can check the
git repository at github:</p>
git clone <a href="https://github.com/rafael2k/darkice">https://github.com/rafael2k/darkice.git</a>
<p>
DarkIce is
&copy; Copyright <a href="http://tyrell.hu">Tyrell Hungary</a> and Rafael Diniz and &Aacute;kos Mar&oacute;y
under the
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public Licence version 3</a>.
<br>
You can download DarkIce releases from the project's
<a href="http://code.google.com/p/darkice/">download page</a>.
</p>
<p>
Download the source tarball
<a href="http://darkice.googlecode.com/files/darkice-1.0.tar.gz">darkice-1.0.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),
<a href="http://sourceforge.net/project/showfiles.php?group_id=136040">twolame</a>
(version 0.3.6 or above),
<a href="http://www.vorbis.com/download.psp">Ogg Vorbis</a>
and
<a href="http://www.audiocoding.com/modules/mydownloads/">faac</a>
libs. I used the following libs:
<ul>
<li><a href="http://prdownloads.sourceforge.net/lame/lame-3.96.1.tar.gz?download">lame-3.96.1.tar.gz</a></li>
<li><a href="http://prdownloads.sourceforge.net/twolame/twolame-0.3.6.tar.gz?download">twolame-0.3.6.tar.gz</a></li>
<li><a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.2.tar.gz">libogg-1.1.2.tar.gz</a></li>
<li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz">libvorbis-1.1.0.tar.gz</a></li>
<li><a href="http://prdownloads.sourceforge.net/faac/faac-1.24.zip?download">faac-1.24.zip</a></li>
</ul>
<p>
If you like to live on the edge, you can check the
<a href="http://subversion.tigris.org/">subversion</a> repository:
svn checkout http://darkice.googlecode.com/svn/darkice/trunk/ darkice
<p>
This page last updated: $Date$.
This page last updated: 04/08/2016.
</p>
</td>
<td width="5" bgcolor="#1d103a"><img src="spacer.gif" width="5" alt=""></td>
<td width="2" bgcolor="#604c8f"><img src="spacer.gif" width="2" alt=""></td>