android ExoPlayer(可扩展的播放器)-GitHub开源项目(解决方案)

来源:互联网 发布:马来语翻译软件 编辑:程序博客网 时间:2024/05/16 12:02

》Playing videos and music is a popular activity on Android devices. The Android framework provides MediaPlayer as a quick solution for playing media with minimal code, and the MediaCodecand MediaExtractor classes are provided for building custom media players. The open source project, ExoPlayer, is a solution between these two options, providing a pre-built player that you can extend.

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

0 1
原创粉丝点击