Linux darkice configuration Raspberry Pi - Broadcastify

Linux darkice configuration Raspberry Pi - Broadcastify
Here's my darkice configuration if anybody's interested

Code:

[general]
duration        = 0        # duration of encoding, in seconds. 0 means forever
bufferSecs      = 2         # size of internal slip buffer, in seconds
reconnect       = yes       # reconnect to the server(s) if disconnected

[input]
device          = plughw:1,0  # soundcard device for the audio input
sampleRate      = 22050     # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample   = 16        # bits per sample. try 16
channel         = 1         # channels. 1 = mono, 2 = stereo

[icecast2-0]
bitrateMode = cbr
format = mp3
bitrate = 16
channel = 1
lowpass = 5000
#sampleRate = 11025
server = xxxxxx.radioreference.com
port = ##
password = xxxxxx
mountPoint = xxxxxxxx
name = Feed name

[icecast2-1]
# This is for LAN access
bitrateMode = cbr
format = mp3
bitrate = 16
channel = 1
#lowpass = 5000
#sampleRate = 11025
server = localhost
port = 8000
password = xxxxxx
mountPoint = scanner1 # Stream location: 192.168.2.XXX:8000/scanner1.m3u
name = *LAN*Feed Name






[general]
duration        = 0        # duration of encoding, in seconds. 0 means forever
bufferSecs      = 2         # size of internal slip buffer, in seconds
reconnect       = yes       # reconnect to the server(s) if disconnected

[input]
device          = plughw:1,0  # soundcard device for the audio input
sampleRate      = 22050     # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample   = 16        # bits per sample. try 16
channel         = 1         # channels. 1 = mono, 2 = stereo

[icecast2-0]
bitrateMode = cbr
format = mp3
bitrate = 16
channel = 1
lowpass = 5000
#sampleRate = 11025
server = xxxxxx.radioreference.com
port = ##
password = xxxxxx
mountPoint = xxxxxxxx
name = Feed name

[icecast2-1]
# This is for LAN access
bitrateMode = cbr
format = mp3
bitrate = 16
channel = 1
#lowpass = 5000
#sampleRate = 11025
server = localhost
port = 8000
password = xxxxxx
mountPoint = scanner1 # Stream location: 192.168.2.XXX:8000/scanner1.m3u
name = *LAN*Feed Name


http://forums.radioreference.com/broadcastify-administration/255971-standalone-client-computer-2.html#post1962031

No comments:

Post a Comment

Note: only a member of this blog may post a comment.