Android Video Player libraries with cache video

为君一笑 提交于 2019-12-04 18:58:12

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/41585763/android-video-player-libraries-with-cache-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!