mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 18:13:41 +00:00
report version
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user