Hi.
I have a liveATC running, but i want to share airband, i followed instructions still is not working.
Here is the code in ICECAST
[general]
duration = 0 # duration of encoding, in seconds. 0 means forever
bufferSecs = 3 # size of internal slip buffer, in seconds
reconnect = yes # reconnect to the server(s) if disconnected
[input]
device = plughw:1,0
sampleRate = 44100 # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample = 16 # bits per sample. try 16
channel = 1 # channels. 1 = mono, 2 = stereo
# this section describes a streaming connection to an IceCast2 server
# there may be up to 8 of these sections, named [icecast2-0] ... [icecast2-7]
[icecast2-0]
bitrateMode = cbr # constant bit rate
format = mp3 # format of the stream: mp3
bitrate = 16 # bitrate of the stream sent to the server
server = audio-in.liveatc.net
port = 8010
password = xxxxxxxxxxx
mountPoint = svpr2
name = SVPR
description = SVPR
url = http://www.liveatc.net
genre = ATC
public = no
[icecast2-1]
bitrateMode = cbr # constant bit rate
format = mp3 # format of the stream: mp3
bitrate = 16 # bitrate of the stream sent to the server
server = audio.rb24.com
port = 8000
username = [email protected]
password = xxxxxxx
mountPoint = EXTVHFxxxxxx
name = SVPR
description = TORRE
genre = ATC
public = no
sorry to write this question here, but i dont know where.