Samuel Scheit

Results 208 comments of Samuel Scheit

For anybody who wants to do this

thought of it, but very hard to do, because I need to mock the nodejs api

if somebody else wants to implement it

you could use custom playing status

It could be possible to use the .pause() function of the MediaRecorder api, which this package uses to record the webpage: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/pause But you would have to look into the...

thank you for your contribution, however you use the ``getTargetInfo`` function which is not available in puppeteer

Maybe puppeteer changed something how browser extensions are handled, which are required for this library to work.

If you don't need audio, I recommend the chrome dev tools screencast API, which has better performance. You can use it with the [puppeteer-screen-recorder](https://www.npmjs.com/package/puppeteer-screen-recorder) package.

https://github.com/Flam3rboy/puppeteer-stream/issues/4#issuecomment-1086873979

The plugin just records the browser window, so if you would want to speed up the recording you would have to increase the fps and e.g. speed up the video/animation...