Package org.red5.server
Class Launcher
java.lang.Object
org.red5.server.Launcher
Launches Red5.
- Author:
- The Red5 Project, Paul Gregoire ([email protected])
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFileContent(String path) private static Stringstatic Stringprivate static byte[]getMacAddress(NetworkInterface networkInterface) voidlaunch()Launch Red5 under it's own classloadervoidstatic voidsetLog(org.slf4j.Logger log) static voidwriteToFile(String absolutePath, String content)
-
Field Details
-
RED5_ROOT
- See Also:
-
logger
private static org.slf4j.Logger logger -
instanceId
-
implementationVersion
-
versionType
-
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
launch
public void launch()Launch Red5 under it's own classloader- Throws:
Exception- on error
-
printLogo
public void printLogo() -
writeToFile
-
getFileContent
-
getMacAddress
-
getHashInstanceId
-
getInstanceId
-
setLog
public static void setLog(org.slf4j.Logger log)
-