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

@@ -250,7 +250,7 @@ static int _plugin_init(janus_callbacks *gw, const char *config_dir_path) {
// sysctl -w net.core.rmem_max=1000000 // sysctl -w net.core.rmem_max=1000000
// sysctl -w net.core.wmem_max=1000000 // sysctl -w net.core.wmem_max=1000000
US_JLOG_INFO("main", "Initializing plugin ..."); US_JLOG_INFO("main", "Initializing PiKVM uStreamer plugin %s ...", US_VERSION);
if (gw == NULL || config_dir_path == NULL || ((_g_config = us_config_init(config_dir_path)) == NULL)) { if (gw == NULL || config_dir_path == NULL || ((_g_config = us_config_init(config_dir_path)) == NULL)) {
return -1; return -1;
} }

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); options->blank = us_blank_frame_init(blank_path);
stream->blank = options->blank; stream->blank = options->blank;