Skip to content

Commit

Permalink
change demo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuoSmall committed Sep 10, 2018
1 parent bad6fb6 commit f3b8fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ public void onCreate() {
//GSYVideoType.enableMediaCodec();
//GSYVideoType.enableMediaCodecTexture();

PlayerFactory.setPlayManager(Exo2PlayerManager.class);//EXO模式
//PlayerFactory.setPlayManager(Exo2PlayerManager.class);//EXO模式
//PlayerFactory.setPlayManager(SystemPlayerManager.class);//系统模式
//PlayerFactory.setPlayManager(IjkPlayerManager.class);//ijk模式

CacheFactory.setCacheManager(ExoPlayerCacheManager.class);//exo缓存模式,支持m3u8,只支持exo
//CacheFactory.setCacheManager(ExoPlayerCacheManager.class);//exo缓存模式,支持m3u8,只支持exo
//CacheFactory.setCacheManager(ProxyCacheManager.class);//代理缓存模式,支持所有模式,不支持m3u8等

//GSYVideoType.setShowType(GSYVideoType.SCREEN_MATCH_FULL);
Expand Down

This file was deleted.

0 comments on commit f3b8fda

Please sign in to comment.