Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

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

Open
rahuI opened this issue Jul 3, 2018 · 1 comment
Open

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

rahuI opened this issue Jul 3, 2018 · 1 comment

Comments

@rahuI
Copy link

rahuI commented Jul 3, 2018

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).

@neeksor
Copy link

neeksor commented Jul 4, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants