Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture Screen recording for more that 10 mins #387

Open
FWDQK opened this issue Mar 28, 2023 · 2 comments
Open

Capture Screen recording for more that 10 mins #387

FWDQK opened this issue Mar 28, 2023 · 2 comments

Comments

@FWDQK
Copy link

FWDQK commented Mar 28, 2023

Hi,

We need to capture video for flow on ios/android which is more than 10 minutes.
Currently, Start screen recording captures video for max 10 mins on ios and 3 minutes on android.

Please help suggest solution for the same.

@FWDQK
Copy link
Author

FWDQK commented Apr 5, 2023

Hi Team,
Awaiting revert. If we have any solutions here.

@joshuariveramnltech
Copy link
Contributor

Hi @FWDQK , for this concern regarding the screen recording time limitations.

The limitation is strictly implemented by appium itself, meaning we just implemented the max time as allowed by appium.
See https://github.com/appium/python-client/blob/master/appium/webdriver/extensions/screen_record.py#L94

What we could possibly implement to bridge the gap here is by stitching video outputs by monitoring whether the maximum time has been reached and starting a new video recording, though, this is just my working theory.

Should this be possible the implementation will take some time.

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

No branches or pull requests

2 participants