@@ -14,8 +14,13 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include "config.h"
using namespace std::literals;
int main() {
int main(int argc, char *argv[]) {
if(argc > 1) {
config::parse_file(argv[1]);
}
reed_solomon_init();
std::thread httpThread { nvhttp::start };
The note is not visible to the blocked user.