Description
-
I'm submitting a ...
[ ] bug report
[x ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
Currently, the puppeteer-screen-recorder package does not support pausing and resuming video recordings during a session. This feature would be extremely useful for scenarios where we want to skip recording certain parts of a session without stopping the recording entirely.
Feature Request
Pause Recording: Allow users to pause the ongoing video recording.
Resume Recording: Enable resuming the recording from where it was paused without creating a new video file.
Ensure that the final video is a seamless merge of the recorded segments.
Use Case
For example, in a testing scenario, there may be long wait times between actions that we do not want to include in the final recording. With a pause/resume feature, users can make the video more concise and relevant.
Thanks