commit f4e4ce99bc1bb8c2baa03b21427fcaa80aeeb708
parent c520ffa845bffb30d94ffccdd65f6c76d4cbb1a1
Author: lostd <lostd@2f30.org>
Date: Thu, 13 Mar 2014 17:17:10 +0200
Using the no-mount option
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/guides/icecast.md b/guides/icecast.md
@@ -24,10 +24,13 @@ Then, copy the sample configuration file that ships with icecast:
Edit the configuration file to your liking, but make sure you include
the following, because this is the part that implements the fallback
-playlist logic.
+playlist logic. The `no-mount` option blocks client connections to the
+fallback stream; so this setup allows listeners only on the `/live.ogg`
+mount.
<mount>
<mount-name>/play.ogg</mount-name>
+ <no-mount>1</no-mount>
</mount>
<mount>
<mount-name>/live.ogg</mount-name>