From: Andre Noll Date: Wed, 4 Mar 2009 21:58:23 +0000 (+0100) Subject: NEWS, CREDITS, FEATURES update. X-Git-Tag: v0.3.4~54 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fd08b412228dc05ffc8a770558d4b1a21b03736d NEWS, CREDITS, FEATURES update. --- diff --git a/CREDITS b/CREDITS index 5fa1a8eb..e5f12ac4 100644 --- a/CREDITS +++ b/CREDITS @@ -46,7 +46,9 @@ Guillaume Outters (mosx-mpg123) Christian Reißmann (design) -Gerrit Renker (dccp improvments, IPv6 support) +Gerrit Renker (dccp improvements, IPv6 support) + +Luigi Rizzo (FEC) Michael Smith (vcut) diff --git a/FEATURES b/FEATURES index 8e540a8e..d054dfd1 100644 --- a/FEATURES +++ b/FEATURES @@ -8,6 +8,7 @@ Features * Mp3, ogg vorbis, aac(m4a) support * Local or remote http, dccp, and udp network audio streaming * IPv6 support + * Forward error correction allows receivers to recover from packet losses * Volume normalizer * Stream grabbing at any point in the filter chain * Stand-alone command line receiver/decoder/normalizer/player diff --git a/NEWS b/NEWS index 5464bd7a..98057cd5 100644 --- a/NEWS +++ b/NEWS @@ -5,16 +5,18 @@ NEWS 0.3.4 (to be announced) "elliptic inheritance" ---------------------------------------------- -The new udp sender, colored logs and various other improvements. - - - The udp sender replaces the ortp sender. The new code is - both smaller and cleaner than the old ortp sender/receiver - code. As the udp sender does not depend on any special - libraries, it is built unconditionally. The default port - for udp streaming now defaults to 8000, like for the http - and the dccp senders/receivers. +The new udp sender, forward error correcton, colored logs and various +other improvements. As the udp sender does not depend on any special +libraries, it is built unconditionally. + + - The udp sender replaces the ortp sender. The new code uses forward + error correction to protect against packet losses. Many thanks to + Gerrit Renker for providing ipv6 support. + - The default port for udp streaming now defaults to 8000, like + for the http and the dccp senders/receivers. - Loglevels are now specified as symbolic names, e.g. "--loglevel info". + - improved ipv4 and ipv6 URI parser (Gerrit Renker). - para_server/para_audiod: Color support for log messages. - new options for mp3dec: --ignore-crc, --bufsize - new audiod option: --config-file.