schickling/chromeless

How can I create/record video of a webpage or use ffmpeg to do so?

rahuI opened this issue · 1 comments

rahuI commented

This is a question to solve my problem to use chromeless

I'm thinking to use chromeless on lambda to record video of some websites.

Is there way to do so? I thought I could take screenshots of the page and use ffmpeg to create a video but I guess ffmpeg + chromeless is going to cross the limit of lambda(50mb zip).

https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-startScreencast
I would split the tasks up. One task to upload the startScreencast images to s3 which then triggers another task to stitch together the uploaded images. There's a project that makes working with ffmpeg on lambda easier too: https://github.com/binoculars/aws-lambda-ffmpeg