Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Video Player libraries with cache video

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

like image 892
Android Avatar asked Jan 11 '17 08:01

Android


1 Answers

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

like image 199
Amir Avatar answered Nov 15 '22 19:11

Amir