The outcome is something like this

#StartDate: 2007-05-25 13:05:17
#ServerName: localhost
#ServerIP: 192.168.1.1
#Software: Red5 Flash Streaming Server
#Version: 0.6.1
#Fields: c-playerversion    c-swffile    c-referer    
c-totalbuffertime    x-duration    x-app    x-appinst    avgbandwidth    
maxbandwidth    c-proto    s-uri    date    time    s-session-id    
c-ip    c-port    s-ip    c-starttime    c-endtime    c-bytes    
sc-bytes    c-os    c-playermanufacturer    c-playertype    
c-playerlanguage    c-screenres    videocodec    audiocodec
MAC 9,0,28,0    file:///Users/electroteque/Desktop/VODBWPlayer.swf    
null    97.9125    -1180063816145    myapp/TS000010/    TS000010    
n/a    n/a    persistent    rtmp://192.168.1.1/myapp/TS000010/    
2007-05-25    13:05:999    null    192.168.1.1    51372    
192.168.1.1    1180063829624    13479    3709    1492084    null    
null    null    null    null    null    null   

Dan Rossi wrote:
> 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
>
>   


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to