1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

changed description of multi-level fallbacks

svn path=/icecast/trunk/icecast/; revision=8180
This commit is contained in:
oddsock 2004-11-06 17:16:57 +00:00
parent f191ee5ea3
commit b62b347048

11
NEWS
View File

@ -14,11 +14,12 @@ Icecast 2.1 11/04/2004
-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.
that you can use to automatically move listeners in the event of a source being
disconnected. In the event of new listeners attaching to the source stream that has
been disconnected, they are routed to the fallback mount (if specified).
Icecast now has fallback-override capability as well which means that in the event
of a source stream failure, listeners are moved to the fallback mount, and then
automatically recaptured when the original source stream returns.
-Burst-On-Connect-