The OLD(SMF2.x w/controls) version of the NTNU internal Silverlight Application is running here It is currently not sending reports to click22, but posting them on the screen.(reports to cap.item.ntnu.no as normal)
The revised version of the Application for Tv2 compliance is running here
The Tv2 Standalone application with our code(Nyhetskanalen) here
The Tv2 Standalone application with our code(TV2 Regular) here
The User Controlled player(non-click) here
The clients above will report to the router, which has an interface here
Script for checking IP address and AS is here (only used for manual IP/AS number check)
Logs for all running videoClients will be written here, both from NTNU internal SilverLight Application and TV2Sumo
The log entries has the following syntax:
seqNumber;hexClientId;humanReadableTimeWithMillis;unixTimeWithMillis;event;eventMessage;playState;fullScreen;clientId;avgProcessorLoad;avgProcessLoad;videoDownloadBitrate;avaliableVideoBitrates;myIp;ispAS;sourceIpAndPort;timeIncrement
Description of the parameters:
seqNumber | A server side sequence number for the measurements |
hexClientId | This is an all hex representation of the clientId from the silverlight client. |
humanReadableTimeWithMillis | The server side timestamp of when the message was received, human readable with milliseconds |
unixTimeWithMillis | The same server side timestamp, but in unix time. Still with milliseconds |
event | The type of event triggered in Silverlight client |
eventMessage | The message in relation to the event from Silverlight |
playState | Current playstate of the silverlight mediaplayer(Opening/Buffering/Playing/Paused/Stopped) |
fullScreen | Boolean value that indicates if the client is running full screen or not |
clientId | A silverlight Guid(Globally unique identifier) for this client |
avgProcessorLoad | Processor load of the client PC |
avgProcessLoad | The processor load on the client PC caused by the silverlight process |
videoDownloadBitrate | Current rate of streamin |
avaliableVideoBitrates | The video bitrates the currently streaming media is offered in |
myIp | IP address of the streaming client |
ispAS | The AS number that is responsible for the client IP |
sourceIpAndPort | IP and port of streaming server, as dns name |
timeIncrement | Time since application was loaded, in seconds |