diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 20:45:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 20:45:04 +0000 |
commit | 58b43945cfee8a9012f1902c6b737e31eacda39e (patch) | |
tree | 7105491e96ddeeb0eb4513d9e528156dc3c40605 /audio/icecast/Makefile | |
parent | 53fc522fa7bf701393047a71e7f316ad1e2f9fe6 (diff) | |
download | pkgsrc-58b43945cfee8a9012f1902c6b737e31eacda39e.tar.gz |
Update to 2.1.0, provided by pancake in private mail.
Icecast 2.1 11/04/2004
-----------------------------------------------------------------------------
****New features for 2.1 (in no particular order):****
-Listener Authentication-
Icecast now supports listener authentication. This provides a mechanism for
creating/maintaining users and passwords for listeners. Currently, we only
have implemented a simple, file-based storage for users and passwords. New
authenticators are on the horizon (such as URL-based or possibly MySQL based)
New admin pages were also added for the maintenance of users/passwords. Please
check the docs for a more detailed description of this new feature.
-Multi-Level Fallbacks-
Multi-level fallbacks allow for specifications of a series of fallback mounts
that you could use, for instance, to set up a series of progressively lower
bitrate streams that would be cascaded through. For instance, a modem user
would connect to the highest bitrate stream, and then could be cascaded
down to a progressively lower stream until they reach a value they can
handle.
-Burst-On-Connect-
This is an new, optional config setting which will send a initial burst of
data to connecting listeners. This has the effect of reducing
(significantly) the startup buffer latency from the end-user perspective.
This option is enabled by default.
****New Enhancements for 2.1****
-Update to admin interface-
This interface has been cleaned up quite a bit and made a bit nicer.
-Rewrite of the YP listing code-
The icecast yp code has received a complete overhaul by karl, and it's a much
more stable and failure-resistant implementation.
-Lots and lots of bugs fixed-
Check the ChangeLog for a complete list of these...
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index b046d31b2ed..6a69af5cf6e 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/10/13 21:20:00 adrianp Exp $ +# $NetBSD: Makefile,v 1.28 2004/11/27 20:45:04 wiz Exp $ # -DISTNAME= icecast-2.0.2 +DISTNAME= icecast-2.1.0 CATEGORIES= audio MASTER_SITES= http://svn.xiph.org/releases/icecast/ |