Record Your Flow
Last updated
Was this helpful?
Last updated
Was this helpful?
It's often useful to record a video of your Flow. Some reasons you might want to do this:
Showcase a Maestro Flow to your team
Share a Maestro Flow on social media
Demonstrate some behavior of your Flow (eg. for debugging purposes)
Maestro makes this easy to do without needing to clean up your desktop, arrange your windows, or deal with screen recording software.
Simply run the command below to render a beautiful MP4 video of your Flow in action:
Here's an example of the final output:
The maestro record
command captures the raw Flow output and app screen recording, and then programmatically stitches them together into an mp4 file.
Rendering is possible
Remotely on mobile.dev servers so the command sends the screen recording and Flow output securely over the internet to our API.
Locally so the command uses Skiko to create the screen recording and Flow output video without contacting the mobile.dev servers.
To do this, you need to pass --local
flag right after record
command to maestro
, like shown below:
Are video URLs private?
How long are videos stored?
Videos are deleted from our servers after 24 hours.
The maximum duration is two minutes.
Yes - maestro record
generates that is valid for 60 minutes. This means that no one can guess your video url and you are the only one who can download your video (unless you share the signed url). After 60 minutes, the url will be invalidated.