Hello,
Any help is appreciated. Thank you in advance!
I provide the Chicago Police feed that scans all their freqs at Broadcastify via rtl_airband...it's been relatively fine up until recently, not sure what happened; conf file stayed the same.
I'm getting a TON of noise all the sudden, like the squelch is open in addition to long, digital-sounding feedback. Forgive me, I don't know the official verbiage for these noises.
Take a listen to the MP3 I've attached...just a short sample of what I'm getting.
Running rtl_airband 4.0.2 with this conf file:
Again, any help is appreciated and I can provide whatever additional details needed.
Thank you!
Any help is appreciated. Thank you in advance!
I provide the Chicago Police feed that scans all their freqs at Broadcastify via rtl_airband...it's been relatively fine up until recently, not sure what happened; conf file stayed the same.
I'm getting a TON of noise all the sudden, like the squelch is open in addition to long, digital-sounding feedback. Forgive me, I don't know the official verbiage for these noises.
Take a listen to the MP3 I've attached...just a short sample of what I'm getting.
Running rtl_airband 4.0.2 with this conf file:
Code:
devices:
({
type = "rtlsdr";
index = 2;
gain = 25.4;
mode = "scan";
#multiple_demod_threads = true;
send_scan_freq_tags = true;
shout_metadata_delay = 0;
channels: (
{
freqs = ( 460.02500, 460.05000, 460.07500, 460.10000, 460.12500, 460.15000, 460.20000, 460.22500, 460.37500, 460.40000, 460.42500, 460.45000, 460.47500, 460.50000 );
labels = ( "Zone 09 - Districts 5 and 22 - 460.025", "Zone 02 - District 19 - 460.050", "Zone 07 - District 3 - 460.075", "Zone 10 - Districts 10 and 11 - 460.100", "Citywide 1 - 460.125", "Zone 04 - Districts 1 and 18 - 460.150", "Zone 08 - Districts 4 and 6 - 460.200", "Zone 03 - Districts 12 and 14 - 460.225", "Zone 11 - Districts 20 and 24 - 460.375", "Zone 06 - Districts 7 and 8 - 460.400", "Zone 12 - Districts 15 and 25 - 460.425", "Zone 13 - District 9 - 460.450", "Zone 01 - Districts 16 and 17 - 460.475", "Zone 05 - District 2 and HQ - 460.500" );
modulation = "nfm";
outputs: (
{
type = "icecast";
server = "192.168.50.101";
port = 4200;
mountpoint = "mountpoint";
name = "Chicago Police";
genre = "Police";
username = "source";
password = "password";
send_scan_freq_tags = true;
shout_metadata_delay = 0;
},
{
type = "icecast";
server = "audio9.broadcastify.com";
port = 80;
mountpoint = "mountpoint";
name = "Chicago Police";
genre = "Police";
username = "source";
password = "password";
send_scan_freq_tags = true;
}
);
}
);
});
Again, any help is appreciated and I can provide whatever additional details needed.
Thank you!