added sample configuration file
This commit is contained in:
parent
4a6abfa30b
commit
7af20882bb
|
@ -0,0 +1,23 @@
|
||||||
|
[general]
|
||||||
|
duration = 60
|
||||||
|
|
||||||
|
[input]
|
||||||
|
device = /dev/dsp
|
||||||
|
sampleRate = 22050
|
||||||
|
bitsPerSample = 16
|
||||||
|
channel = 2
|
||||||
|
|
||||||
|
[lame0]
|
||||||
|
encoder = notlame
|
||||||
|
bitrate = 96
|
||||||
|
|
||||||
|
server = yp.yourserver.com
|
||||||
|
port = 8000
|
||||||
|
password = hackme
|
||||||
|
mountPoint = live
|
||||||
|
name = DarkIce trial
|
||||||
|
description = This is only a trial
|
||||||
|
url = http://www.yourserver.com
|
||||||
|
genre = live
|
||||||
|
public = no
|
||||||
|
|
Loading…
Reference in New Issue