From 8858169086c793cdfc17df745408871a16ef99c6 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Sat, 30 Mar 2013 07:09:14 +0000 Subject: [PATCH] Adding "A word of warning" to Icecast config file documentation. svn path=/icecast/trunk/icecast/; revision=18890 --- doc/icecast2_config_file.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/icecast2_config_file.html b/doc/icecast2_config_file.html index 56f6acdd..7a982cfb 100644 --- a/doc/icecast2_config_file.html +++ b/doc/icecast2_config_file.html @@ -29,6 +29,20 @@ This section will describe each section of the config file and is grouped into t

+

A word of warning

+

+Please note that, especially for new Icecast users, editing the config file can be quite tricky. It is thus recommended to start by just changing all passwords, nothing else. You can then use the source-password to bring up an initial stream and get more comfortable with how Icecast works. +

+

+Should you need to customize the configuration, then make a backup of your working config file, before you make any changes. If Icecast refuses to start it is in most cases due to a malformed config file. In such a case running the following command should point out most XML syntax problems. +

xmllint icecast.xml
+Also check the Icecast error.log for additional hints. +

+

+
+
+
+

Limits