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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash ios #75

Open
NaosFr opened this issue Nov 21, 2020 · 9 comments
Open

Crash ios #75

NaosFr opened this issue Nov 21, 2020 · 9 comments

Comments

@NaosFr
Copy link

NaosFr commented Nov 21, 2020

Hello, I can't compress video on ios only !

video_compress: ^2.1.1
Flutter 1.20.4

No logs, my app closing just

Any idea ?
thx 馃槆

@NaosFr
Copy link
Author

NaosFr commented Nov 22, 2020

Capture d鈥檈虂cran 2020-11-22 a虁 11 42 20

On Xcode

@q200892907
Copy link

me too
Did you solve it?

@kadnan0900
Copy link

Did you guys find any solution ?

@NaosFr
Copy link
Author

NaosFr commented Dec 11, 2020

No 馃槦
All videos capture with my iphone 11 crashing

@park1120
Copy link

Exactly same crash error here 馃槶

@hungvinh1234
Copy link

Same error, no solution yet !

@hungvinh1234
Copy link

In my case that error caused by missing meta data of picked video.
I picked video file from AssetEntity.file and it not contain the meta data of video file.
When i change AssetEntity.file => AssetEntity.originFile to make it contain EXIF information, the error is solved.
So that, make sure your picked video contain meta data of video.

@brax10ward
Copy link

In my case that error caused by missing meta data of picked video.
I picked video file from AssetEntity.file and it not contain the meta data of video file.
When i change AssetEntity.file => AssetEntity.originFile to make it contain EXIF information, the error is solved.
So that, make sure your picked video contain meta data of video.

This also worked for me when using videos from the iOS library but when I am using a file from the camera, which is an XFile type it is still throwing the error.

@GabrielAraujo
Copy link

Have you guys found a solution for this?

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

7 participants