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
Code Base: https://gitlab.com/team-autobots/xre-html5-dom.git
Note: The server ip in the github code is deprecated. here is the new server: ws://54.161.0.161:4530/xre?framingType=text
Please use contact manager to tell your gitlab username if you don't have access to it.
This challenge will update the dom receiver code to implement following features:
XREVideo
- preferredZoomSetting: Use the Fullscreen API? (http://www.w3.org/TR/fullscreen/)
- frameSkip: http://www.w3.org/TR/html5/single-page.html#dom-media-seek - just assume a certain frame rate, such as 60 fps.
Testing
Please provide change log and verification steps for each feature.
Final Submission Guidelines
- Source Code
- Deployment Guide