[xiph-commits] r7333 - icecast/branches/kh/icecast

karl at dactyl.lonelymoon.com karl
Sun Jul 25 10:41:40 PDT 2004


Author: karl
Date: Sun Jul 25 10:41:40 2004
New Revision: 7333

Modified:
icecast/branches/kh/icecast/NEWS
icecast/branches/kh/icecast/configure.in
Log:
update details and bump version number


Modified: icecast/branches/kh/icecast/NEWS
===================================================================
--- icecast/branches/kh/icecast/NEWS	2004-07-25 17:35:28 UTC (rev 7332)
+++ icecast/branches/kh/icecast/NEWS	2004-07-25 17:41:39 UTC (rev 7333)
@@ -2,14 +2,22 @@

fast pre-buffering - burst a certain amount of data at connection time.
mp3 accepts artist and title separately on the url.
-vorbis can accept url updates if module compiled in
program invocation at stream start and end, per mount based.
on-demand relays, activated on first listener, disconnected when listeners
falls to 0
-initial implementation of multiple Ogg codec streaming, theora, vorbis and
-speex. more work needed to start at theora key frame.
+multiple Ogg codec streaming. start at theora key frame.
Added URL and command based authentication

+kh48
+. tweaks to per client write limits
+. allow for on-demand to be set on all relays by default
+. resync with trunk for refbuf singleq merge
+. updated win32 build
+. Add Ogg writ handler
+. mp3 fixes, url metadata related
+. resync yp timeout code to the same as in trunk
+. allow for redirecting new clients to other hosts when full
+
kh47
. per mount burst size was not being referred to properly
. added sync markers to queue for client starts, the buffer with a sync mark

Modified: icecast/branches/kh/icecast/configure.in
===================================================================
--- icecast/branches/kh/icecast/configure.in	2004-07-25 17:35:28 UTC (rev 7332)
+++ icecast/branches/kh/icecast/configure.in	2004-07-25 17:41:39 UTC (rev 7333)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.0-kh47], [karl at xiph.org])
+AC_INIT([Icecast], [2.0-kh48], [karl at xiph.org])

AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)



More information about the commits mailing list