X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fflags.h;h=91e8d8568ef9354dcd01d576a328c953f49ea2ae;hb=e2b654d6a8cc8c64142a9a8ef8bcd82e9d9a9289;hp=54e971a6b0ae2f78dc399d125e2d834e1d029b7c;hpb=0a087eeaf663c3f7b1d9431c725fcae10f60d732;p=nageru diff --git a/nageru/flags.h b/nageru/flags.h index 54e971a..91e8d85 100644 --- a/nageru/flags.h +++ b/nageru/flags.h @@ -83,6 +83,11 @@ struct Flags { bool use_zerocopy = false; // Not user-settable. bool fullscreen = false; std::map card_to_mjpeg_stream_export; // If a card is not in the map, it is not exported. + std::string srt_destination_host; + std::string srt_destination_port; + std::string srt_streamid; + std::string srt_passphrase; + int srt_output_latency = DEFAULT_SRT_OUTPUT_LATENCY_MS; }; extern Flags global_flags;