From b0d4129cb3fce03746c06a842b8c7363f017ecfb Mon Sep 17 00:00:00 2001 From: amukhsimov Date: Mon, 22 Feb 2021 20:42:42 +0500 Subject: [PATCH] little fix --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index b568e05..5486fcf 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) { service_rcv = argv[1]; service_snd = argv[2]; if (argc > 3) { - if (strcmp(argv[3], "rtmp") == 0) { + if (strcmp(argv[3], "--rtmp") == 0) { cout << "RTMP input mode enabled" << endl; } in_rtmp = true;