How to use android exoplayer

后端 未结 5 2009
被撕碎了的回忆
被撕碎了的回忆 2021-01-31 08:28

I am looking to implement Google\'s ExoPlayer in my app. Their documentation seems pretty vague to me, and all I am looking for is to play a video from an URL, no c

5条回答
  •  余生分开走
    2021-01-31 08:57

    The ExoMedia library wraps exoplayer in simpler api and provides a video view for use in layouts. See usage examples on github: https://github.com/brianwernick/ExoMedia/

提交回复
热议问题