Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.
Apache License 2.0
996 stars 147 forks source link

Only direct video link with mp4 extension is working #63

Closed anandhkumar25 closed 6 years ago

anandhkumar25 commented 6 years ago

when I give the direct link like https://firebasestorage.googleapis.com/v0/b/flickering-heat-5334.appspot.com/o/demo1.mp4?.....,this link is working in autoplay, but when I give the other extension like mov,it doesn't work. Please help.

Thankyou.

Krupen commented 6 years ago

Hi, Please try setting recyclerView.setCheckForMp4(false);. If it still doesn't work, default MediaPlayer might not be supporting that video type and hence it won't work with this library.