Files
2022-10-01 15:05:15 +02:00

64 lines
1.2 KiB
Plaintext

# deze file is aangepast en er staan geen werkende username/passwords in
multiple_output_threads = true;
rtlsdr_buffers = 1;
shout_metadata_delay = 3;
tau = 500;
mixers: {
mixer1: {
outputs: (
{
type = "icecast";
server = "172.16.40.41";
port = 12000;
mountpoint = "lwdzuid.mp3";
name = "Scanner Zuidoost Leeuwarden";
genre = "Scanner";
username = "usernaam";
password = "wachtwoord";
send_scan_freq_tags = true;
},
{
type = "pulse";
server = "172.16.40.100";
#sink = Scanner ;
stream_name = "Marwei";
continuous = false;
},
{
type = "pulse";
server = "192.168.200.66";
#sink = Scanner ;
stream_name = "Marwei";
continuous = false;
}
)
}
};
devices:
({
type = "rtlsdr";
index = 0;
gain = 30;
correction = 1;
mode = "scan";
channels:
(
{
modulation = "nfm";
##squelch_treshold = -80;
squelch_snr_threshold = 15;
#squelch_snr_threshold = 20.5;
freqs = ( 469.250, 469.130, 419.8750 );
outputs: (
{
type = "mixer";
name = "mixer1";
ampfactor = 4.0;
}
);
}
);
}
);