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 242 forks source link

On ios the video names arent escaped #18

Closed DerTyp7214 closed 4 years ago

DerTyp7214 commented 4 years ago

In ios it makes problems reading thumbnails with special names, because they're not correct escaped.

justsoft commented 4 years ago

The URL should be always URL encoded. I will update the document for next release.