| 1 | # sample DarkIce configuration file, edit for your needs before using |
|---|
| 2 | # see the darkice.cfg man page for details |
|---|
| 3 | |
|---|
| 4 | # this section describes general aspects of the live streaming session |
|---|
| 5 | [general] |
|---|
| 6 | duration = 60 # duration of encoding, in seconds. 0 means forever |
|---|
| 7 | bufferSecs = 5 # size of internal slip buffer, in seconds |
|---|
| 8 | reconnect = yes # reconnect to the server(s) if disconnected |
|---|
| 9 | |
|---|
| 10 | # this section describes the audio input that will be streamed |
|---|
| 11 | [input] |
|---|
| 12 | device = jack # OSS DSP soundcard device for the audio input |
|---|
| 13 | sampleRate = 48000 # sample rate in Hz. try 11025, 22050 or 44100 |
|---|
| 14 | bitsPerSample = 16 # bits per sample. try 16 |
|---|
| 15 | channel = 2 # channels. 1 = mono, 2 = stereo |
|---|
| 16 | |
|---|
| 17 | [icecast2-0] |
|---|
| 18 | bitrateMode = abr # average bit rate |
|---|
| 19 | format = vorbis # format of the stream: ogg vorbis |
|---|
| 20 | bitrate = 160 # bitrate of the stream sent to the server |
|---|
| 21 | server = io.rg42.org |
|---|
| 22 | # host name of the server |
|---|
| 23 | port = 8002 # port of the IceCast2 server, usually 8000 |
|---|
| 24 | password = inoutsource # source password to the IceCast server |
|---|
| 25 | mountPoint = inoutc2 # mount point of this stream on the IceCast server |
|---|
| 26 | name = InOut Sink |
|---|
| 27 | description = InOut Collaboration |
|---|
| 28 | # description of the stream |
|---|
| 29 | url = http://io.rg42.org |
|---|
| 30 | # URL related to the stream |
|---|
| 31 | genre = experimental # genre of the stream |
|---|
| 32 | public = yes # advertise this stream? |
|---|