提交 df03c860 编写于 作者: G guoshuyu

fix

上级 e79f4d9f
...@@ -35,11 +35,11 @@ public class GSYApplication extends MultiDexApplication { ...@@ -35,11 +35,11 @@ public class GSYApplication extends MultiDexApplication {
//GSYVideoType.enableMediaCodec(); //GSYVideoType.enableMediaCodec();
//GSYVideoType.enableMediaCodecTexture(); //GSYVideoType.enableMediaCodecTexture();
PlayerFactory.setPlayManager(new Exo2PlayerManager());//EXO模式 //PlayerFactory.setPlayManager(new Exo2PlayerManager());//EXO模式
//PlayerFactory.setPlayManager(new SystemPlayerManager());//系统模式 //PlayerFactory.setPlayManager(new SystemPlayerManager());//系统模式
//PlayerFactory.setPlayManager(new IjkPlayerManager());//ijk模式 //PlayerFactory.setPlayManager(new IjkPlayerManager());//ijk模式
CacheFactory.setCacheManager(new ExoPlayerCacheManager());//exo缓存模式,支持m3u8,只支持exo //CacheFactory.setCacheManager(new ExoPlayerCacheManager());//exo缓存模式,支持m3u8,只支持exo
//CacheFactory.setCacheManager(new ProxyCacheManager());//代理缓存模式,支持所有模式,不支持m3u8等 //CacheFactory.setCacheManager(new ProxyCacheManager());//代理缓存模式,支持所有模式,不支持m3u8等
//GSYVideoType.setShowType(GSYVideoType.SCREEN_MATCH_FULL); //GSYVideoType.setShowType(GSYVideoType.SCREEN_MATCH_FULL);
......
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
# This option should only be used with decoupled projects. More details, visit # This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
PROJ_NAME=GSYVideoPlayer-base PROJ_NAME=gsyVideoPlayer-base
PROJ_ARTIFACTID=GSYVideoPlayer-base PROJ_ARTIFACTID=gsyVideoPlayer-base
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册