updated to reflect new configuration options
This commit is contained in:
parent
69024b4738
commit
23d0175ba1
|
@ -1,5 +1,6 @@
|
|||
[general]
|
||||
duration = 60
|
||||
bufferSecs = 5
|
||||
|
||||
[input]
|
||||
device = /dev/dsp
|
||||
|
@ -14,10 +15,27 @@ bitrate = 96
|
|||
server = yp.yourserver.com
|
||||
port = 8000
|
||||
password = hackme
|
||||
mountPoint = live
|
||||
mountPoint = live96
|
||||
name = DarkIce trial
|
||||
description = This is only a trial
|
||||
url = http://www.yourserver.com
|
||||
genre = live
|
||||
public = no
|
||||
remoteDumpFile = /tmp/live96.mp3
|
||||
|
||||
[lame0]
|
||||
encoder = notlame
|
||||
bitrate = 24
|
||||
lowpass = 8500
|
||||
|
||||
server = yp.yourserver.com
|
||||
port = 8000
|
||||
password = hackme
|
||||
mountPoint = live24
|
||||
name = DarkIce trial
|
||||
description = This is only a trial
|
||||
url = http://www.yourserver.com
|
||||
genre = live
|
||||
public = no
|
||||
remoteDumpFile = /tmp/live24.mp3
|
||||
|
||||
|
|
Loading…
Reference in New Issue