webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

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 7 years ago

cvan commented 7 years ago

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: