small cosmetic fixes for 0.20 version
This commit is contained in:
parent
794b6d27ef
commit
27f2897b2d
|
@ -1,7 +1,11 @@
|
||||||
DarkIce is being written by:
|
DarkIce initial author:
|
||||||
|
|
||||||
Akos Maroy, <darkeye@users.sourceforge.net>
|
Akos Maroy, <darkeye@users.sourceforge.net>
|
||||||
|
|
||||||
|
DarkIce current maintainer:
|
||||||
|
|
||||||
|
Rafael Diniz, <rafael@riseup.net>
|
||||||
|
|
||||||
with contributions by:
|
with contributions by:
|
||||||
|
|
||||||
Jim Crilly, <JCrilly@MSA.com>
|
Jim Crilly, <JCrilly@MSA.com>
|
||||||
|
@ -35,4 +39,4 @@ with contributions by:
|
||||||
Daniel Hazelbaker <daniel@highdesertchurch.com>
|
Daniel Hazelbaker <daniel@highdesertchurch.com>
|
||||||
Alessandro Beretta <alessandro.baretta@radiomaria.org>
|
Alessandro Beretta <alessandro.baretta@radiomaria.org>
|
||||||
Roland Hermans <roland.hermans@omroepvenray.nl>
|
Roland Hermans <roland.hermans@omroepvenray.nl>
|
||||||
Rafael Diniz <rafael@riseup.net>
|
|
||||||
|
|
|
@ -14,27 +14,6 @@ sampleRate = 22050 # sample rate in Hz. try 11025, 22050 or 44100
|
||||||
bitsPerSample = 16 # bits per sample. try 16
|
bitsPerSample = 16 # bits per sample. try 16
|
||||||
channel = 2 # channels. 1 = mono, 2 = stereo
|
channel = 2 # channels. 1 = mono, 2 = stereo
|
||||||
|
|
||||||
# this section describes a streaming connection to an IceCast server
|
|
||||||
# there may be up to 8 of these sections, named [icecast-0] ... [icecast-7]
|
|
||||||
# these can be mixed with [icecast2-x] and [shoutcast-x] sections
|
|
||||||
[icecast-0]
|
|
||||||
bitrateMode = cbr # constant bit rate
|
|
||||||
bitrate = 96 # bitrate of the mp3 stream sent to the server
|
|
||||||
quality = 0.8 # encoding quality
|
|
||||||
server = yp.yourserver.com
|
|
||||||
# host name of the server
|
|
||||||
port = 8000 # port of the IceCast server, usually 8000
|
|
||||||
password = hackme # source password to the IceCast server
|
|
||||||
mountPoint = sample96 # mount point of this stream on the IceCast server
|
|
||||||
name = DarkIce trial
|
|
||||||
# name of the stream
|
|
||||||
description = This is only a trial
|
|
||||||
# description of the stream
|
|
||||||
url = http://www.yourserver.com
|
|
||||||
# URL related to the stream
|
|
||||||
genre = my own # genre of the stream
|
|
||||||
public = yes # advertise this stream?
|
|
||||||
|
|
||||||
# this section describes a streaming connection to an IceCast2 server
|
# this section describes a streaming connection to an IceCast2 server
|
||||||
# there may be up to 8 of these sections, named [icecast2-0] ... [icecast2-7]
|
# there may be up to 8 of these sections, named [icecast2-0] ... [icecast2-7]
|
||||||
# these can be mixed with [icecast-x] and [shoutcast-x] sections
|
# these can be mixed with [icecast-x] and [shoutcast-x] sections
|
||||||
|
@ -55,6 +34,28 @@ url = http://www.yourserver.com
|
||||||
# URL related to the stream
|
# URL related to the stream
|
||||||
genre = my own # genre of the stream
|
genre = my own # genre of the stream
|
||||||
public = yes # advertise this stream?
|
public = yes # advertise this stream?
|
||||||
|
localDumpFile = dump.ogg # local dump file
|
||||||
|
|
||||||
|
# this section describes a streaming connection to an IceCast server
|
||||||
|
# there may be up to 8 of these sections, named [icecast-0] ... [icecast-7]
|
||||||
|
# these can be mixed with [icecast2-x] and [shoutcast-x] sections
|
||||||
|
[icecast-0]
|
||||||
|
bitrateMode = cbr # constant bit rate
|
||||||
|
bitrate = 96 # bitrate of the mp3 stream sent to the server
|
||||||
|
quality = 0.8 # encoding quality
|
||||||
|
server = yp.yourserver.com
|
||||||
|
# host name of the server
|
||||||
|
port = 8000 # port of the IceCast server, usually 8000
|
||||||
|
password = hackme # source password to the IceCast server
|
||||||
|
mountPoint = sample96 # mount point of this stream on the IceCast server
|
||||||
|
name = DarkIce trial
|
||||||
|
# name of the stream
|
||||||
|
description = This is only a trial
|
||||||
|
# description of the stream
|
||||||
|
url = http://www.yourserver.com
|
||||||
|
# URL related to the stream
|
||||||
|
genre = my own # genre of the stream
|
||||||
|
public = yes # advertise this stream?
|
||||||
|
|
||||||
# this section describes a streaming connection to a ShoutCast server
|
# this section describes a streaming connection to a ShoutCast server
|
||||||
# there may be up to 8 of these sections, named [shoutcast-0] ... [shoutcast-7]
|
# there may be up to 8 of these sections, named [shoutcast-0] ... [shoutcast-7]
|
||||||
|
|
Loading…
Reference in New Issue