Android Video Player libraries with cache video

Android picture Android · Jan 11, 2017 · Viewed 13.1k times · Source

I developed android app which is based on video listing,I face some problems that are,

1.When scroll a listview video need auto play

2.Need pause,stop,resume and full screen mode

3.Every time video is streaming

4.How to make cache videos and play without stream

Is there any Lib or reference link,and advance Thanks

Answer

Amir picture Amir · Jan 11, 2017

i suggest ExoPlayer, here is a good sample
for caching, you can use VideoCache or OkHttpDataSource