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

Capture and attach videos to reported site issues (using the chrome.desktopCapture API, falling back to MediaRecorder and form[enctype="multipart/form-data"]) #69

Open
cvan opened this issue Mar 31, 2017 · 0 comments

Comments

@cvan
Copy link

cvan commented Mar 31, 2017

It'd be nice to support attaching a video (and ideally recording one directly from the browser).

  1. Use the chrome.desktopCapture API to capture a web page (and/or the whole desktop screen) a video of the user.
  2. When the video file has been processed by Uploadcare and the Uploadcare file-uploader widget (example), we get back a URL (served from an HTTPS-secure server, with CORS headers) which can then be attached to the issue (in the same way screenshots are attached to issues today).

The WebVR team can set up the server-side (Uploadcare) bits for hosting and serving the videos - and also possibly we could add the appropriate video logic to the proper extensions (based on each browser's platform/API support).

Let me know your team's thoughts and how we can help this. Many thanks!


Related links:

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

No branches or pull requests

1 participant