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

Video Capture/Streaming Of Test Runs #13

Open
jameshopkins opened this issue Oct 5, 2016 · 2 comments
Open

Video Capture/Streaming Of Test Runs #13

jameshopkins opened this issue Oct 5, 2016 · 2 comments
Assignees
Labels
Projects

Comments

@jameshopkins
Copy link
Collaborator

jameshopkins commented Oct 5, 2016

Capturing the entire test run is an integral part of this project, mainly because it's the underlying baseline for the SpeedIndex score.

Keeping the feedback loop as small as possible, is also another reason why it's important to deliver real-time streaming of the test run to the user.

How We Deliver It

Since each test run is orchestrated through a Chrome Extension, we can use chrome.desktopCapture for this.

Outstanding Questions

  • Each capture needs to persist somewhere as well as being streamed. How do we achieve that?
  • Live streaming through YouTube seems sensible as a first step, since it's free :)
  • End goal, I guess, would be a link to a video stream we can use in the browser
@jonsharratt
Copy link
Collaborator

After it streams in YouTube i automatically saves @jameshopkins so we are covered on all basis in regards to this. The best thing is people can just create their own account an away they go. No moving parts 👍

@jonsharratt
Copy link
Collaborator

Additional to this for now you could if you wanted your own interface then use their API to pull in the videos and just embed YouTube videos into your own web user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
MVP
Backlog
Development

No branches or pull requests

2 participants