Skip to content

Commit

Permalink
fix default rtsps flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 19, 2024
1 parent a4e585a commit 3872207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main(int argc, char** argv)
int defaultHlsSegment = 2;
unsigned int hlsSegment = 0;
std::string sslKeyCert;
bool enableRTSPS = true;
bool enableRTSPS = false;
const char* realm = NULL;
std::list<std::string> userPasswordList;
std::string webroot;
Expand Down

0 comments on commit 3872207

Please sign in to comment.