Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple page to display the first version of the player #4

Open
victortorrescosta opened this issue Dec 23, 2016 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@victortorrescosta
Copy link
Collaborator

victortorrescosta commented Dec 23, 2016

Create a simple VideoPlayer page using a ReactJS Route.

  • The VideoPlayer should display the video track on the canvas and loop it forever.

    • The video track will be a list of <timestamp, Point2D>.

      • Each 2D point should be rendered to the screen at the moment defined by its related timestamp.

      • Each 2D point should connect with the previously drawn 2D point, if it exists (i.e.: excluding the first point).

  • The VideoPlayer should display the title of the video.

@victortorrescosta victortorrescosta added this to the Pre-MVP milestone Dec 23, 2016
@MRSalomao MRSalomao changed the title Create a simple VideoPlayer app Create a simple page to display the first version of player Dec 23, 2016
@MRSalomao MRSalomao changed the title Create a simple page to display the first version of player Create a simple page to display the first version of the player Dec 23, 2016
@MRSalomao MRSalomao self-assigned this Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants