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
185
stars
273
forks
source link
ThumbnailPlugin: setDataSource prints the video url unsafe for disabling external access #20
The setDataSource method....prints the video url.
This is unsafe since anyone can now get access to the video url and download the video.
This needs to be commented or a parameter set to display this Print.
The setDataSource method....prints the video url. This is unsafe since anyone can now get access to the video url and download the video. This needs to be commented or a parameter set to display this Print.