RESOLVED FIXED152591
Implement video capture from canvas [canvas.captureStream() in “Media Capture from DOM Elements” spec]
https://bugs.webkit.org/show_bug.cgi?id=152591
Summary Implement video capture from canvas [canvas.captureStream() in “Media Capture...
sideshowbarker
Reported 2015-12-29 16:54:30 PST
spec: https://w3c.github.io/mediacapture-fromelement/index.html#html-canvas-element-media-capture-extensions Defines a canvas.captureStream() method allowing real-time capture of a <canvas> element into a MediaStream. Use cases include local transcoding using the MediaRecorder API, game streaming, lots more. - Firefox has already shipped https://platform-status.mozilla.org/#canvas-media-capture (original feature bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1032848) - Chrome is implementing https://www.chromestatus.com/feature/4817998447640576 https://code.google.com/p/chromium/issues/detail?id=524218
Attachments
Radar WebKit Bug Importer
Comment 1 2016-01-04 08:33:47 PST
Miguel Casas-Sanchez
Comment 2 2016-11-14 17:27:19 PST
Update: Chrome shipped this feature in M51 (Opera 36).
Note You need to log in before you can comment on or make changes to this bug.