model-viewer icon indicating copy to clipboard operation
model-viewer copied to clipboard

Enable video capture with MediaRecorder

Open cdata opened this issue 6 years ago • 1 comments

If we exposed a captureStream method then our users could use MediaRecorder to capture video without any additional coordination on our side.

Our captureStream method would probably have to do two things:

  1. Force multi-context rendering
  2. Forward the result of invoking captureStream on the 2D canvas

cdata avatar Feb 10 '20 17:02 cdata

Related Twitter thread: https://twitter.com/msolis488/status/1226713803343179776?s=20

cdata avatar Feb 10 '20 17:02 cdata