Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jul 4, 2019
1 parent bb5a74c commit b59fc1c
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A video player for Android.
[![JCenter](https://api.bintray.com/packages/dueeeke/maven/dkplayer-java/images/download.svg)](https://bintray.com/dueeeke/maven/dkplayer-java/_latestVersion)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)

## 特性
### 特性
* 支持直播和点播。
* 支持调整显示比例:默认、原始大小、16:9、4:3、铺满屏幕、居中裁剪。
* 支持滑动调节播放进度、声音、亮度;双击播放、暂停;保存播放进度。
Expand All @@ -19,31 +19,25 @@ A video player for Android.
* 支持广告播放。
* 支持清晰度切换。
* 支持扩展自定义播放内核,MediaPlayer、ExoPlayer、IjkPlayer等。
* 支持完全自定义控制层。**
* 支持完全自定义控制层。
* 支持多路播放器同时播放,没有任何控制UI的纯播放
* 无缝衔接播放demo。
* 抖音demo。

#### [Demo](https://fir.im/1r3u)
##### [Demo](https://fir.im/1r3u)

## 使用
#### [Wiki](https://github.com/dueeeke/dkplayer/wiki)
### 使用
##### [Wiki](https://github.com/dueeeke/dkplayer/wiki)

## 截图
### 截图
|API演示|列表播放|扩展功能|画中画
|:---:|:---:|:---:|:---:|
![](https://github.com/dueeeke/dkplayer/blob/master/art/1.png)|![](https://github.com/dueeeke/dkplayer/blob/master/art/2.png)|![](https://github.com/dueeeke/dkplayer/blob/master/art/3.png)|![](https://github.com/dueeeke/dkplayer/blob/master/art/4.png)

## 混淆
-keep class tv.danmaku.ijk.** { *; }
-dontwarn tv.danmaku.ijk.**
-keep class com.dueeeke.videoplayer.** { *; }
-dontwarn com.dueeeke.videoplayer.**

## 联系我

### 联系我
在github上提交[issue](https://github.com/dueeeke/dkplayer/issues)或者邮箱:xinyunjian1995@gmail.com

## License
### License
```
Copyright (c) 2017 dueeeke
Expand Down

0 comments on commit b59fc1c

Please sign in to comment.