-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
same to me.. the lib not works with large files ;// |
yes i am also facing same error. |
issue only appear on real device, it's working fine with simulator. |
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. |
+1 There are other ways? |
+1 |
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 |
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.
The text was updated successfully, but these errors were encountered: