justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
183 stars 238 forks source link

[iOS] Unable to generate thumbnail #104

Closed tronghuy5555 closed 2 years ago

tronghuy5555 commented 2 years ago

Hi everyone, I am unable to generate thumbnail in some videos Android works fine Log below:

couldn't generate thumbnail, error:Error Domain=AVFoundationErrorDomain Code=-11832 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media cannot be used., NSLocalizedDescription=Cannot Open, NSUnderlyingError=0x600003e93a80 {Error Domain=NSOSStatusErrorDomain Code=-12431 "(null)"}}

Example link: https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4 Device: iOS simulator Flutter version: 2.5.1

justsoft commented 2 years ago

The video isn't able to play on iOS device, seems the video format isn't compatible with iPhone at least based on my test.