summaryrefslogtreecommitdiff
path: root/doc/README.ices
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-02-17 07:03:14 +0000
committerMark Spencer <markster@digium.com>2004-02-17 07:03:14 +0000
commite2ecedfa707d23bc11091d4694dab3b4f2b00a64 (patch)
tree94123a73af3117df266c1334d3ed80f0ada45def /doc/README.ices
parenta1c6ac945db159a907def86187ef6b6a77446de0 (diff)
Add Icecast streaming support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/README.ices')
-rwxr-xr-xdoc/README.ices12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/README.ices b/doc/README.ices
new file mode 100755
index 000000000..d75236357
--- /dev/null
+++ b/doc/README.ices
@@ -0,0 +1,12 @@
+Icecast + Asterisk
+==================
+The advent of icecast into Asterisk allows you to do neat things like have
+a caller stream right into an ice-cast stream as well as using chan_local
+to place things like conferences, music on hold, etc. into the stream.
+
+You'll need to specify a config file for the ices encoder. An example is
+included in contrib/asterisk-ices.xml
+
+Anyway hope you like it.
+
+Mark