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

Memory error when uploading larger videos #9

Open
ckyte31 opened this issue Nov 10, 2021 · 7 comments
Open

Memory error when uploading larger videos #9

ckyte31 opened this issue Nov 10, 2021 · 7 comments

Comments

@ckyte31
Copy link

ckyte31 commented Nov 10, 2021

Hey guys, right now I'm able to upload smaller videos with no issues but when I try to upload a larger video ( >1GB ) the app crashes and says "Terminated due to memory issue".

Is there a way around this? I've tried a few different chunk sizes but that didn't seem to help either.

Any help would be appreciated, thanks.

@mayander30
Copy link

same to me.. the lib not works with large files ;//

@sunilhugenx
Copy link

yes i am also facing same error.
unable to upload more then 400MB file. app crash

@sunilhugenx
Copy link

yes i am also facing same error. unable to upload more then 400MB file. app crash

issue only appear on real device, it's working fine with simulator.
i tested on iPhone7, iPhone8 physical device

@mayander30
Copy link

I could not found solution for this issue, I tried Amplify form AWS but it dos not works too.. for now I am using a upload in webview, it works for big files, but in android NO.

@isllyend
Copy link

+1 There are other ways?

@favaztechcurve
Copy link

+1

@zgordon02
Copy link

It's crashing because this package reads the file to base64 in memory, then saves that base64 into new chunked files. It's extremely inefficient especially for larger files. Expect memory overflow

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

6 participants