Closed anandhkumar25 closed 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.
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.
recyclerView.setCheckForMp4(false);
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.