mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
svn path=/icecast/trunk/icecast/; revision=14440
This commit is contained in:
parent
5bd1bee84e
commit
7b1ca956b5
@ -34,17 +34,23 @@
|
|||||||
<tr><td>logs</td><td>This is a blank directory which (if specified in the config file) will contain all the logs (there are 2) for icecast.</td></tr>
|
<tr><td>logs</td><td>This is a blank directory which (if specified in the config file) will contain all the logs (there are 2) for icecast.</td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<p>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 :
|
<p>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 :
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<source-password> - will be used by the source client
|
<hostname> - DNS name or IP address used for stream directory listings.
|
||||||
<admin-password> - will be used to access admin features of icecast
|
<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)
|
<listen-socket> (both port and bind-address)
|
||||||
<logdir> - directory where log files will be placed
|
<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
|
<adminroot> - directory containing admin xslt files
|
||||||
</pre>
|
</pre>
|
||||||
|
<p>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 </p>
|
||||||
<p>Once the configuration file is modified, you should be able to start the server with the following command</p>
|
<p>Once the configuration file is modified, you should be able to start the server with the following command</p>
|
||||||
<pre>
|
<pre>
|
||||||
icecast -c /path/to/icecast.xml
|
icecast -c /path/to/icecast.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user