diff --git a/plugins/video-png/index.js b/plugins/video-png/index.js index df268c3..158e14a 100644 --- a/plugins/video-png/index.js +++ b/plugins/video-png/index.js @@ -15,7 +15,7 @@ function video(name, deps) { }); // Add a handler on images update - deps.client.createPngStream() + deps.client.getPngStream() .on('error', console.log) .on('data', function(frame) { latestImage = frame;