//set server reference
red5Plugin.setServer(server);
//register the plug-in to make it available for lookups
PluginRegistry.register(red5Plugin);
//start the plugin
red5Plugin.doStart();
}
log.info("Loaded plugin: {}", pluginMainClass);
} catch (Throwable t) {
log.warn("Error loading plugin: {}; Method: {}", pluginMainClass, pluginMainMethod);
log.error("", t);