Skip to content

Commit

Permalink
update -h
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Sep 20, 2024
1 parent 8d2f05d commit 7169a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ int main(int argc, char** argv)
std::cout << "\t -c : don't repeat config (default repeat config before IDR frame)" << std::endl;
std::cout << "\t -t <timeout> : RTCP expiration timeout in seconds (default " << timeout << ")" << std::endl;
std::cout << "\t -S[<duration>] : enable HLS & MPEG-DASH with segment duration in seconds (default " << defaultHlsSegment << ")" << std::endl;
#ifndef NO_OPENSSL
std::cout << "\t -x <sslkeycert> : enable SRTP" << std::endl;
std::cout << "\t -X : enable RTSPS" << std::endl;
#endif

std::cout << "\t V4L2 options" << std::endl;
std::cout << "\t -r : V4L2 capture using read interface (default use memory mapped buffers)" << std::endl;
Expand Down

0 comments on commit 7169a4f

Please sign in to comment.