[xiph-commits] r9760 - icecast/trunk/icecast/doc
karl at svn.xiph.org
karl at svn.xiph.org
Tue Aug 16 14:58:29 PDT 2005
Author: karl
Date: 2005-08-16 14:58:27 -0700 (Tue, 16 Aug 2005)
New Revision: 9760
Modified:
icecast/trunk/icecast/doc/icecast2_basicsetup.html
Log:
minor doc fixup for bug #677
Modified: icecast/trunk/icecast/doc/icecast2_basicsetup.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_basicsetup.html 2005-08-16 21:14:43 UTC (rev 9759)
+++ icecast/trunk/icecast/doc/icecast2_basicsetup.html 2005-08-16 21:58:27 UTC (rev 9760)
@@ -49,10 +49,15 @@
<pre>
icecast -c /path/to/icecast.xml
</pre>
-<p>If no error messages are generated, then check the error.log file for the following message :</p>
+<p>If no error messages are generated, then check the error.log file for the 'server started'
+message, it will look something like :-</p>
<pre>
-[2003-10-31 13:04:49] INFO main/main.c icecast server started
+[2003-10-31 13:04:49] INFO main/main.c Icecast 2.3.0 server started
</pre>
+<p>You may notice slight variations to the line above, the time will no doubt be different,
+and on some platforms the main.c is just main, but the key thing here is that the server is
+started, logging is working and the version is shown.
+</p>
<p>You can also verify that it started by visiting the following URL : http://yourip:port/admin/stats.xml. You should be prompted for a username and password. Enter the username "admin" and the password you entered for <admin-password>. If all is well, you should see an small XML tree which represents icecast statistics (more about that later).</p>
<p>Now that the icecast server is started you must now configure your source client. The information you will need for the source client is the following : <br />
<br />
More information about the commits
mailing list