Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amukhsimov committed Feb 22, 2021
1 parent 148f90d commit b0d4129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0d4129

Please sign in to comment.