All Projects → af913337456 → IjkPlayerDemo

af913337456 / IjkPlayerDemo

Licence: Apache-2.0 License
IJKPlayer 的Dome,已经编译好了.so,可以直接使用,同时也做一些功能的拓展

Programming Languages

java
68154 projects - #9 most used programming language

IjkPlayerDemo

功能列表(Function list)

  1.支持多种视频播放格式,解码快;
  2.支持多路播放;
  3.能进行视频直播,性能高;
  4.颜值高,还能选择画布比例。

在上面的基础上已添加如下功能拓展:

  1.全屏;
  2.上下滑调亮度、声音;
  3.左右滑快进,退;
  4.锁屏与解锁;
  5.像素切换,应对高、超清;
  6.网络状态广播监听及处理;
  .....

怎样使用(How to use)

使用方法

/** 动态添加,方便多路播放 */
GiraffePlayer player = new GiraffePlayer
                    (
                            this,
                            (LinearLayout) findViewById(R.id.container),
                            "http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8"
                    );
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].