X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=ad812b938431ba778286af7997245594fdda9444;hb=ecaec75dd52d076ba53cafa1fed716ebc0d93da6;hp=5758d884c01620765b1d0df770246d18ef1134f7;hpb=dcb238eb81768be4021f01dc7102c6c73821d0c0;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index 5758d88..ad812b9 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -12,7 +12,8 @@ struct Flags { int width = 1280, height = 720; - int num_cards = 2; + int min_num_cards = 2; + int max_num_cards = MAX_VIDEO_CARDS; std::string va_display; bool fake_cards_audio = false; bool uncompressed_video_to_http = false; @@ -57,6 +58,7 @@ struct Flags { double output_slop_frames = 0.5; int max_input_queue_frames = 6; int http_port = DEFAULT_HTTPD_PORT; + int srt_port = DEFAULT_SRT_PORT; // -1 for none. bool display_timecode_in_stream = false; bool display_timecode_on_stdout = false; bool enable_quick_cut_keys = false;