Challenge Overview
Project Overview
XRE project includes XRE Server and XRE Client on vairous platforms / technologies.
The server hosts a set of test suites which can be used to test the client (XRE Receiver).
Competition Task Overview
This challenge should update the XRE Receiver WebGL Client to support XRE Specification 2.16 features.
Source Code: https://gitlab.com/team-autobots/html5-xre-webgl/tree/Spec2.15 (Spec2.15 branch) Please post your gitlab username in forum if you don't have access.
- Page 13 - quirks property of onConnect.deviceCaps
- Page 85 - onPluginEvent of XRE Plugin Resource
- Page 57 - START_TIMER and STOP_TIMER ccommans of onTimerStop event
- Page 80 - onPlaybackSpeedsChanged event
- Page 28 - options property of HTMLView
- Page 73 - httpStatus property of onHTMLDocumentLoaded event
- Page 78 - onPlayerInitialized video event
- Page 48 - ColorAnimation
- Page 36 - playerState read only property of Video Resource
- Page 75 - mediaSegments of onVideoMetadata event
- Page 41 - XREApplication.log method
Testing
The verification steps should provide how to verify the above features.
Technology Overview
- WebGL
- HTML5
- Java Script
Final Submission Guidelines
- Source Code
- Deployment Guide