From fae76d2faeff81c3ce6e7332d23a7d455cec05da Mon Sep 17 00:00:00 2001 From: darkeye Date: Thu, 18 May 2006 07:05:37 +0000 Subject: [PATCH] added FAQ --- darkice/trunk/FAQ | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 darkice/trunk/FAQ diff --git a/darkice/trunk/FAQ b/darkice/trunk/FAQ new file mode 100644 index 0000000..d19c4e6 --- /dev/null +++ b/darkice/trunk/FAQ @@ -0,0 +1,21 @@ +DarkIce Frequenty Asked Questions + + +Q: I get the following error: + +DarkIce: LameLibEncoder.cpp:75: lame lib opening underlying sink error [0] + +What am I doing wrong? + + +A: This error means (quite anti-intuitively), that darkice coulnd't connect + to the streaming server. Please double-check the following values in + your config file: + - server + - port + - password + + If you're streaming to a shoutcast server, make sure that the port + you use is the _source_ port, which is usually 1 above the _client_ + port for shoutcast (the defaults are 8000 for client, 8001 for source). +