You are getting closer. Now it is telling you that there is a problem in your darkice.cfg file. Or maybe that it can't find it. Check to make sure that you have it at /etc/darkice.cfg
If it is there, make sure that the format is correct. Here is what one looks like:
# sample DarkIce configuration file, edit for your needs before using
# see the darkice.cfg man page for details
# this section describes general aspects of the live streaming session
[general]
duration = 0 # duration of encoding, in seconds. 0 means forever
bufferSecs = 5 # size of internal slip buffer, in seconds
reconnect = yes # reconnect to the server(s) if disconnected
# this section describes the audio input that will be streamed
[input]
device = plughw:1,0 # OSS DSP soundcard device for the audio input
sampleRate = 11025 # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample = 16 # bits per sample. try 16
channel = 1 # channels. 1 = mono, 2 = stereo
# this section describes a streaming connection to an IceCast2 server
# there may be up to 8 of these sections, named [icecast2-0] ... [icecast2-7]
# these can be mixed with [icecast-x] and [shoutcast-x] sections
[icecast2-0]
bitrateMode = cbr # constant bit rate
bitrate = 16
format = mp3 # format of the stream: mp3
quality = .1 # quality of the stream sent to the server
lowpass = 3000 # low pass filter to save bandwidth
server =
audio1.broadcastify.com # host name of the server
port = 80 # 8000 port of the IceCast2 server, usually 8000
password = XXXXXXX # stream631 # source password to the IceCast2 server
mountPoint = XXXXXX #EMR1 # mount point of this stream on the IceCast2 server
name = Fire Dispatch # name of the stream
description = AAAAA # description of the stream
url =
http://localhost # URL related to the stream
genre = Public Safety # genre of the stream
public = yes # advertise this stream?
#localDumpFile = recording.mp3 # local dump file
#fileAddDate = yes