root/misc/darkice/darkice-low.cfg

Revision f56e866014c562acf6d86b1b6e51ea0f2b7e82a0, 1.5 kB (checked in by Robin Gareus <robin@…>, 3 years ago)

added sample config files and updated README.

  • Property mode set to 100644
Line 
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]
6duration        = 60        # duration of encoding, in seconds. 0 means forever
7bufferSecs      = 5         # size of internal slip buffer, in seconds
8reconnect       = yes       # reconnect to the server(s) if disconnected
9
10# this section describes the audio input that will be streamed
11[input]
12device          = jack      # OSS DSP soundcard device for the audio input
13sampleRate      = 48000     # sample rate in Hz. try 11025, 22050 or 44100
14bitsPerSample   = 16        # bits per sample. try 16
15channel         = 2         # channels. 1 = mono, 2 = stereo
16
17[icecast2-0]
18bitrateMode     = abr       # average bit rate
19format          = vorbis    # format of the stream: ogg vorbis
20bitrate         = 96        # bitrate of the stream sent to the server
21server          = io.rg42.org
22                            # host name of the server
23port            = 8002      # port of the IceCast2 server, usually 8000
24password        = inoutsource    # source password to the IceCast server
25mountPoint      = inoutc2  # mount point of this stream on the IceCast server
26name            = InOut Sink
27description     = InOut Collaboration
28                            # description of the stream
29url             = http://io.rg42.org
30                            # URL related to the stream
31genre           = experimental    # genre of the stream
32public          = yes       # advertise this stream?
Note: See TracBrowser for help on using the browser.