From 7b1ca956b5e400d65d4ecbb9fbf448dcc8897170 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Fri, 1 Feb 2008 04:15:07 +0000 Subject: [PATCH] minor doc update, closes #673, #674 svn path=/icecast/trunk/icecast/; revision=14440 --- doc/icecast2_basicsetup.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/icecast2_basicsetup.html b/doc/icecast2_basicsetup.html index 112d45f7..0d705a96 100644 --- a/doc/icecast2_basicsetup.html +++ b/doc/icecast2_basicsetup.html @@ -34,17 +34,23 @@ logsThis is a blank directory which (if specified in the config file) will contain all the logs (there are 2) for icecast. -

The next step is to edit the icecast.xml file and set the appropriate values. Most of the default values are fine as provided, and for a basic setup the following entries should be changed : +

The next step is to edit the icecast.xml file and set the appropriate values. Most of the +specified values in the samples are fine, for a basic setup the following entries should be +specified, and if neccessary, changed to suite your situation :

-<source-password> - will be used by the source client
-<admin-password> - will be used to access admin features of icecast
+<hostname> - DNS name or IP address used for stream directory listings.
+<source-password> - will be used for the source client authentication
+<admin-password> - will be used for authenticating admin features of icecast
 <listen-socket> (both port and bind-address)
 <logdir> - directory where log files will be placed
-<webroot> - any static content can be placed here (file serving root)
+<webroot> - directory for non admin content (file serving root), status page is provided
 <adminroot> - directory containing admin xslt files
 
+

Most will not need to change adminroot/webroot as those are only read by icecast but icecast +needs to create files in the logdir which MAY mean you want to be more selective. The other +settings above will need to be provided by the icecast administrator

Once the configuration file is modified, you should be able to start the server with the following command

 icecast -c /path/to/icecast.xml