-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Add missing captureStream Canvas method. It returns a MediaStream
object, where on each canvas change a new frame is being added with the actual canvas contest. This is similar to using node-webrtc
RTCVideoSource class and calling to its onFrame()
method, so probably some code could be reused between both projects. A polyfill can also be created to add that feature, but it would need first to have merged my changes to notify paint operations.
gut4, tuxracer, catapop84, Nicc0, ymma and 20 more