Applet - Report
VideoVista can be used to generate video reports including a parameter in the Applet code
<parameter name="ReportPath" value="mylog.php" />
mylog.php read POST values and update a DB with interest data. POST values from Applet are:
| POST key | Description | Sample |
| report_version | Report version | 1.0 |
| applet_version | Applet version | 2.2.0.887 |
| appet_context | Applet run context | sun.plugin.viewer.context. IExplorerAppletContext@19518cc |
| codebase | Applet path | http://ww.vista.it |
| documentbase | Page path where Applet code is. | http://ww.vista.it/index. |
| java_version | Java client version | 1.4.2_10 |
| java_vendor | Java virtual machine vendor | Sun Microsystems Inc. |
| os_name | Client operating system | Windows XP |
| os_arch | Client operating system architecture | x86 |
| os_version | Client operating system version | 5.1 |
| action | Video action: INIT: applet loaded; video on wait START: video started STOP: video stopped EXIT: applet on unloaded |
START |
| video_name | Video name without file extension | miovideo |
| content_name | Contenuto name playing | Modem |
| content_kbs | Content birate playing | 498Kbs |
| connection_kbs | Client connection birate | 956Kbs |
| video_start | Video start time (milliseconds) | 0 |
| video_end | Video end time (milliseconds) | 0 |
Report sample:
| Time | Applet | Java | Vendor | Video | Content | Kbs | ConnKbs | Action | Start | End |
| 01:50:15 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | INIT | ||||||
| 01:50:29 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | perfect_stranger | ADSL2 | 448 | 502 | START | 0 | 0 |
| 01:50:39 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | perfect_stranger | ADSL2 | 448 | 502 | STOP | 0 | 5114 |
| 01:50:40 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | perfect_stranger | ADSL2 | 448 | 502 | START | 46747 | 0 |
| 01:51:02 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | perfect_stranger | ADSL2 | 448 | 502 | STOP | 46747 | 63982 |
| 01:51:06 | 2.2.0.887 | 1.5.0_09 | Sun Microsystems Inc. | perfect_stranger | ADSL2 | 448 | 502 | EXIT | 0 | 0 |
Note: action START - Start = 46747 End = 0 means seek.
Updated: 01-04-2010