anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Help to share airband  (Read 1466 times)

0 Members and 1 Guest are viewing this topic.

josecmorales

  • New Member
  • *
  • Posts: 4
Help to share airband
« on: June 07, 2023, 03:28:11 PM »
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
Code: [Select]
[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.