https://github.com/lipangit/JieCaoVideoPlayer
https://github.com/Bilibili/ijkplayer
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Copy
Step 2. Add the dependency
dependencies {
compile 'com.github.flztsj:JieCaoVideoPlayer:4.8.6'
}