]> git.sesse.net Git - nageru/blobdiff - nageru/flags.h
Implement SRT output.
[nageru] / nageru / flags.h
index 54e971a6b0ae2f78dc399d125e2d834e1d029b7c..91e8d8568ef9354dcd01d576a328c953f49ea2ae 100644 (file)
@@ -83,6 +83,11 @@ struct Flags {
        bool use_zerocopy = false;  // Not user-settable.
        bool fullscreen = false;
        std::map<unsigned, unsigned> 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;