最終更新:2016-05-18 (水) 13:40:08 (2893d)  

ExoPlayer
Top / ExoPlayer

An extensible media player for Android

http://google.github.io/ExoPlayer/

http://developer.android.com/guide/topics/media/exoplayer.html

メモ

  • ExoPlayer supports features not currently provided by MediaPlayer, including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming? and Common Encryption?

メモ

  • ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API, including DASH and Smooth Streaming adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.

関連