AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: josecmorales on May 03, 2023, 03:35:30 PM

Title: Share audio by ICECAST
Post by: josecmorales on May 03, 2023, 03:35:30 PM
Hi, i feed liveATC from a RPI (scanner and USB audiocard), the code is

Code: [Select]
[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
sampleRate      = 22050
lowpass         = 3500
password        = ***********
mountPoint      = svpr2
name            = SVPR
description     = SVPR
url             = http://www.liveatc.net
genre           = ATC
public          = no


what i need to write to share with radarbox?

Code: [Select]
[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
sampleRate      = 22050
lowpass         = 3500
password        = ********
mountPoint      = EXTVHF00****
name            = SVPR
description     = SVPR
url             = http://www.liveatc.net
genre           = ATC
public          = no
Title: Re: Share audio by ICECAST
Post by: Runway 31 on May 03, 2023, 05:58:35 PM
Hi

Have a read at https://www.radarbox.com/sharing-vhf

Alan
Title: Re: Share audio by ICECAST
Post by: josecmorales on May 03, 2023, 06:07:51 PM
Hi

Have a read at https://www.radarbox.com/sharing-vhf

Alan

Thanks Alan but i read it, but as you saw in my first message have a different form, and i dont know how to probe it
Title: Re: Share audio by ICECAST
Post by: Runway 31 on May 03, 2023, 06:27:45 PM
Ask [email protected]

Alan
Title: Re: Share audio by ICECAST
Post by: josecmorales on May 03, 2023, 06:50:00 PM
Sent it, thanks Alan.