puppeteer-stream icon indicating copy to clipboard operation
puppeteer-stream copied to clipboard

A Library for puppeteer to retrieve audio and/or video streams

Results 41 puppeteer-stream issues
Sort by recently updated
recently updated
newest added

Hello team, Thank you so much for this awesome NPM. Currently, I am facing an issue, which is - I am recording and video by HTML video editor (which is...

Currently recording to a file using timeout as a measure leads to inaccurate video lengths depending on the processing that needs to be done . Can there be any alternative...

hello , i use the puppeteer-stream, save the stream to file ,but the webm file is empty !! Mac system,,thank you

So puppeteer-stream is recording the video in 1440x900 (The resolution of my screen) instead of 1350x2400 (The resolution of the browser) The code to record is this: ``` browser =...

fixes https://github.com/Flam3rboy/puppeteer-stream/issues/41

Also, remove @ts-ignore. I missed the fact that `_targetInfo` had to be replaced by `_getTargetInfo()` because of `@ts-ignore` so I made some adjustments for that. I am no TS expert....

is there any way to optimize it, it seems to take a lot of CPU when I start recording, - I tried lowering the resolution to 720p from 1080p, it...

Currently to record a video of 5 minutes, we've to set time out for 300000, which is not really efficient. Is there a way to speed up the task, for...

Would love to use the [adblocker plugin](https://github.com/berstend/puppeteer-extra/tree/95e0b260c8be0c7f88ae2058dadad454156783bb/packages/puppeteer-extra-plugin-adblocker) for my current project, and the [stealth plugin](https://github.com/berstend/puppeteer-extra/tree/95e0b260c8be0c7f88ae2058dadad454156783bb/packages/puppeteer-extra-plugin-stealth) for my next one. I tried making a few adjustments to `PuppeteerStream.ts`: ``` import {...

question

https://github.com/ganganimaulik/puppeteer-stream/blob/main/src/PuppeteerStream.ts I had to modify source file here for quick solution but we should add method to pass browser variable instead of creating it in package ? what you think?...