-
Couldn't load subscription status.
- Fork 149
Description
Describe your environment
- RTLSDR-Airband version you are using (stable release number or branch/commit):
makeoptions used to build the program:- Hardware platform (eg. x86_64, Raspberry Pi v4):
- Operating system name and version:
What happened?
Segfault
What you expected to happen?
Program would write to a file based on datestamp alone, no prefix.
Steps to Reproduce
compile, create configure file with filename_template = "", run
Additional context
Add any other relevant information about the problem here.
Your rtl_airband.conf file
Remove passwords, server addresses and other private information.
fft_size = 512;
localtime = true;
devices: (
{
type = "rtlsdr";
index = 0;
gain = 25;
centerfreq = 453.05;
correction = 80;
channels:
(
{
freq = 453.0875;
outputs: (
{
type = "file";
filename_template = "";
directory = "/opt/shared/sambashare/http/fddet";
dated_subdirectories = false;
# continuous = false;
# split_on_transmission = false;
# include_freq = false;
# append = true;
}
);
}
);
}
);