From 408bb764f8562bb64187e6352d688f3268f161e3 Mon Sep 17 00:00:00 2001 From: Rafael Diniz Date: Thu, 4 Aug 2016 12:12:05 -0300 Subject: [PATCH] Website updated. --- website/trunk/htdocs/ChangeLog | 69 ++++++++++++++++++++++++++++++++ website/trunk/htdocs/index.html | 71 +++++++++++++++------------------ 2 files changed, 102 insertions(+), 38 deletions(-) diff --git a/website/trunk/htdocs/ChangeLog b/website/trunk/htdocs/ChangeLog index 0063cb9..aee8c3d 100644 --- a/website/trunk/htdocs/ChangeLog +++ b/website/trunk/htdocs/ChangeLog @@ -1,3 +1,72 @@ +04-08-2016 Darkice 1.3 released + o Small bugs fixed by Nicolas Boulenguez . + o Bugs related to streaming to remote servers fixed. Patch by Kalle Kulonen + and Mark Turner . + +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 + o Issue #57: BufferedSink makes streams invalid, fixed. + thanks to Alban Peignier + o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed + thanks to Filipe Roque + +27-10-2011 Darkice 1.1 released + o Updated aac+ encoding to use libaacplus-2.0.0 api. + thanks to Sergiy + o Added pulseaudio support + closes ticket #25 + thanks to Filipe Roque and + and Johann Fot + o Added rtprio parameter and revisited realtime priority + closes ticket #21 + thanks to Adrian Knoth + 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 + o implemented samplerate conversion for all codecs using libsamplerate, + and keeping internal aflibConverter as fallback, + thanks to Sergiy + o bugfix: fix for alsa driver - closes ticked #8 + thanks to Clemens Ladisch + +14-11-2009 Darkice 0.20.1 released + o added rc.darkice init script + thanks to Niels Dettenbach + o bugfix: fix for gcc 4.4 + +05-11-2009 Darkice 0.20 released + + o new maintainer: Rafael Diniz + o added AAC HEv2 encoding support (branch darkice-aacp merged) through + libaacplus, http://tipok.org.ua/ru/node/17 + thanks to tipok 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 + 07-07-2008 Darkice 0.19 released o added mount point option for Darwin Streaming Server diff --git a/website/trunk/htdocs/index.html b/website/trunk/htdocs/index.html index 99b5bb5..654fb5d 100644 --- a/website/trunk/htdocs/index.html +++ b/website/trunk/htdocs/index.html @@ -1,13 +1,13 @@ DarkIce live audio streamer - +
- + @@ -36,14 +36,17 @@ DarkIce can record from:
DarkIce can encode in the following formats:
    -
  • MP3 - using the lame +
  • MP3 - using the lame library
  • MP2 - using the twolame library
  • Ogg Vorbis
  • -
  • AAC - using the faac +
  • AAC LC - using the faac library
  • -
  • AAC HEv2 - using libaacplus library
  • +
  • AAC HEv2 - + using libaacplus library
  • +
  • Opus - using Xiph's libopus library
  • +
  • Vorbis - using Xiph's libvorbis library

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:
  • FreeBSD
  • -
  • Linux on intel and PowerPC
  • +
  • Linux
  • MacOS X
  • NetBSD / OpenBSD
  • -
  • SUN Solaris
  • +
  • Solaris

DarkIce initial author is @@ -72,8 +75,8 @@ DarkIce current author and maintainer is Rafa

2. Status

DarkIce is considered stable, it has been used since fall 2000 in production 24 hours per day.
-The latest version is 1.0, check out the -
ChangeLog. +The latest version is 1.3, check out the +ChangeLog.
There is a GTK frontend made by Rafael Diniz, called DarkSnow. DarkSnow. @@ -84,45 +87,37 @@ For questions & feedback on DarkIce, please join the mailing list.

Should you find any issues with DarkIce, please submit a bug or feature -request at our Trac system. +request at +Git Issues +page. +

4. Support

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. -Thank you! +Thank you! Btw, we already received a donation!

5. Download

+
+You can download DarkIce releases from the project's +download page. +

+Download the source tarball + darkice-1.3.tar.gz + and compile it. +

+

+If you like to live on the edge, you can check the +git repository at github:

+git clone https://github.com/rafael2k/darkice.git +

DarkIce is © Copyright Tyrell Hungary and Rafael Diniz and Ákos Maróy under the GNU General Public Licence version 3. -
-You can download DarkIce releases from the project's -download page. +

-Download the source tarball - darkice-1.0.tar.gz - and compile it. You will also need - lame - (version 3.89 or above), - twolame - (version 0.3.6 or above), - Ogg Vorbis - and - faac - libs. I used the following libs: -

-

-If you like to live on the edge, you can check the -subversion repository: -svn checkout http://darkice.googlecode.com/svn/darkice/trunk/ darkice -

-This page last updated: $Date$. + This page last updated: 04/08/2016. +