jacksonlcrews / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

DarkIce: DarkIce.cpp:1140: can't open connector [0] #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi i had my server working fine and it just stooped, iv check my route

here is my config file am i missing something?

[general]
duration        = 0         # duration of encoding, in seconds. 0 means forever
bufferSecs      = 1         # 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          = hw:0,0    # OSS DSP soundcard device for the audio input
sampleRate      = 22050
#sampleRate      = 44100     # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample   = 16        # bits per sample. try 16
channel         = 1         #

[icecast2-0]
format          = mp3
bitrateMode     = cbr
bitrate         = 16
quality         = 0.5
sampleRate      = 22050
channel         = 1
lowpass         = 5000

server          = audio9.####.com
mountPoint      = ######
port            = 8000
password        = #####

name            = Kelowna ##### - City
description     = City #####
url             =
genre           = Radio
public          = yes

Original issue reported on code.google.com by mst...@gmail.com on 4 Jan 2012 at 10:18