lucasbento / react-native-thumbnail-video

Easily show thumbnails for videos on react-native.
MIT License
106 stars 36 forks source link

Load thumbnails from bare `mp4` URL #16

Open hoangvuanhdevelopervn opened 6 years ago

hoangvuanhdevelopervn commented 6 years ago

I can't load video thumbnail from url: Video. This library just support only vdeo from youtube or video from any url? It's true, how to get video thumbnail from url? like this: https://filev4.subiz.com/fiqbjssxydufxauruqxi-video_test.mp4

lucasbento commented 6 years ago

Hi @hoangvuanhdevelopervn, the library currently supports only videos from YouTube, I would appreciate very much a PR to accept bare mp4, 3gp, etc extensions.

hoangvuanhdevelopervn commented 6 years ago

@lucasbento This is my question on StackOverflow, but no one answer, so sad =)))) https://stackoverflow.com/questions/51586498/how-to-get-video-thumbnail-from-url-in-react-native

muhammadsarim555 commented 5 years ago

@hoangvuanhdevelopervn have you found any solution for "mp4" ?

Pauligrinder commented 4 years ago

IMO you should change the library name to something like react-native-thumbnail-youtube, the current name is a bit misleading. You also don't mention in the description that it is only for youtube-videos.