Skip to content

xieguangwei/MyCustomExoPlayer

Repository files navigation

EXOPlayer视频播放器

1.gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
        maven { url 'https://maven.google.com' }
    }
}

Step 2. Add the dependency

dependencies {
    compile 'com.github.xieguangwei:MyCustomExoPlayer:1.4'
}

感兴趣的可以下载demo看下,同款的基于MediaPlayer封装的播放器>>>

About

A video player supported by ExoPlayer engine!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages