Hi I was wondering if there is any class available which already
contains the server software name and version ? Im liking to include
such a thing when displaying the headers of this logging system im
settting up, ie like so
public final class Red5ServerInfo {
public final static String NAME = "Red5 Flash Streaming Server";
public final static String VERSION = "0.6.1";
}
I can then use it like so
result.append("#Software: " + Red5ServerInfo.NAME);
result.append(NEWLINE);
result.append("#Version: " + Red5ServerInfo.VERSION);
result.append(NEWLINE);
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org