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/PLIST | |
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/PLIST')
-rw-r--r-- | audio/icecast/PLIST | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/audio/icecast/PLIST b/audio/icecast/PLIST index dda5d25cc13..958878c144d 100644 --- a/audio/icecast/PLIST +++ b/audio/icecast/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.8 2004/04/23 22:07:52 reed Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/11/27 20:45:04 wiz Exp $ bin/icecast share/doc/icecast/AUTHORS share/doc/icecast/COPYING +share/doc/icecast/ChangeLog share/doc/icecast/NEWS share/doc/icecast/README share/doc/icecast/TODO @@ -11,6 +12,7 @@ share/doc/icecast/icecast2_config_file.html share/doc/icecast/icecast2_faq.html share/doc/icecast/icecast2_glossary.html share/doc/icecast/icecast2_introduction.html +share/doc/icecast/icecast2_listenerauth.html share/doc/icecast/icecast2_relay.html share/doc/icecast/icecast2_stats.html share/doc/icecast/icecast2_win32.html @@ -19,11 +21,20 @@ share/doc/icecast/index.html share/examples/icecast/icecast.xml share/icecast/admin/listclients.xsl share/icecast/admin/listmounts.xsl +share/icecast/admin/manageauth.xsl share/icecast/admin/moveclients.xsl share/icecast/admin/response.xsl share/icecast/admin/stats.xsl +share/icecast/web/auth.xsl +share/icecast/web/corner_bottomleft.jpg +share/icecast/web/corner_bottomright.jpg +share/icecast/web/corner_topleft.jpg +share/icecast/web/corner_topright.jpg +share/icecast/web/icecast.png +share/icecast/web/key.gif share/icecast/web/status.xsl share/icecast/web/status2.xsl +share/icecast/web/style.css @dirrm share/icecast/web @dirrm share/icecast/admin @dirrm share/icecast |