Skip to content

原生播放器。封装mediaplayer,在UniversalVideoView基础上优化迭代。可直接商用

Notifications You must be signed in to change notification settings

feiyuu/UVideoPlayer

Repository files navigation

UVideoPlayer

原生播放器。封装mediaplayer,在UniversalVideoView基础上优化。

问题详见博客:

用原生mediaplayer的一些坑,加载缓冲过程黑屏,有声音没画面 https://blog.csdn.net/m0_38058826/article/details/88350846

项目引入:

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

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

Step 2. Add the dependency

dependencies {
        implementation 'com.github.feiyuu:UVideoPlayer:1.0.2'

使用代码详见demo

About

原生播放器。封装mediaplayer,在UniversalVideoView基础上优化迭代。可直接商用

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages