24 lines
817 B
INI
24 lines
817 B
INI
[general]
|
|
duration = 0 # Stream indefinitely
|
|
bufferSecs = 5 # Buffer for the input, in seconds
|
|
reconnect = yes # Reconnect to the server if disconnected
|
|
|
|
[input]
|
|
device = plughw:1,0 # Your audio capture device
|
|
sampleRate = 44100
|
|
bitsPerSample = 16 # Bits per sample
|
|
channel = 1 # 2 = stereo, 1 = mono
|
|
|
|
[icecast2-0]
|
|
bitrateMode = cbr # Constant bit rate
|
|
format = mp3 # Audio format
|
|
bitrate = 128 # Bitrate in kbps
|
|
server = localhost # Server name or IP
|
|
port = 8000 # Port number
|
|
password=emergence # Your Icecast password
|
|
mountPoint = portal # Mount point to stream to
|
|
name = Black Portal # Name of the stream
|
|
description = Black Portal Project # Description of the stream
|
|
url = http://blackportaldetroit.com # URL related to the stream
|
|
genre = politics # Genre of the stream
|
|
public = no # Do not list on public lists
|