aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.ices
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-17 07:03:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-17 07:03:14 +0000
commitd07601c72aefa87b7791ba67220cc6d5c9410604 (patch)
tree94123a73af3117df266c1334d3ed80f0ada45def /doc/README.ices
parent9d7fa3f3f040237aff8587c9cc374a6f636708df (diff)
Add Icecast streaming support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2185 f38db490-d61c-443f-a65b-d21fe96a405b
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