report version

This commit is contained in:
Maxim Devaev
2022-10-13 02:10:16 +03:00
parent 6201554ba1
commit d5ce2e835f
2 changed files with 3 additions and 1 deletions

View File

@@ -483,6 +483,8 @@ int options_parse(us_options_s *options, us_device_s *dev, us_encoder_s *enc, us
}
}
US_LOG_INFO("Starting PiKVM uStreamer %s ...", US_VERSION);
options->blank = us_blank_frame_init(blank_path);
stream->blank = options->blank;