Share audio by ICECAST

Started by josecmorales, May 03, 2023, 03:35:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

josecmorales

Hi, i feed liveATC from a RPI (scanner and USB audiocard), the code is


[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?


[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

Runway 31


josecmorales

Quote from: Runway 31 on May 03, 2023, 05:58:35 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

Runway 31


josecmorales