Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v3.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathen committed Jul 10, 2016
2 parents aeb5738 + c3397fb commit ed26f3d
Show file tree
Hide file tree
Showing 17 changed files with 373 additions and 154 deletions.
18 changes: 10 additions & 8 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
--
<p align="center">
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.2-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.3%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.3-green.svg"></a>
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiecaovideoplayer-green.svg?style=true"></a>
</p>

真正实现Android的全屏功能,立志成为Android平台使用最广泛的视频播放控件
真正实现Android的全屏功能,立志成为Android平台使用最广泛的视频播放控件 Q群:490442439

正在全力研究 头条视频 和 天天快报 那样的用android.media.MediaPlayer小窗播放的功能,重点是在切换SurfaceView的时候或removeView的时候视频能连续播放.

##主要特点
1. 全屏时启动新`Activity`实现播放器真正的全屏功能
Expand All @@ -22,28 +24,28 @@

##效果

**[jiecaovideoplayer-3.6.2-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-demo.apk)**
**[jiecaovideoplayer-3.6.3-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-demo.apk)**

![Demo Screenshot][1]

##使用
1.添加类库
```gradle
compile 'fm.jiecao:jiecaovideoplayer:3.6.2'
compile 'fm.jiecao:jiecaovideoplayer:3.6.3'
```

或直接下载

* [jiecaovideoplayer-3.6.2.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2.aar)
* [jiecaovideoplayer-3.6.2-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-javadoc.jar)
* [jiecaovideoplayer-3.6.2-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-sources.jar)
* [jiecaovideoplayer-3.6.3.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3.aar)
* [jiecaovideoplayer-3.6.3-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-javadoc.jar)
* [jiecaovideoplayer-3.6.3-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-sources.jar)

2.添加布局
```xml
<fm.jiecao.jcvideoplayer_lib.JCVideoPlayerStandard
android:id="@+id/custom_videoplayer_standard"
android:layout_width="match_parent"
android:lay3.6.2out_height="200dp"/>
android:lay3.6.3out_height="200dp"/>
```

3.设置视频地址、缩略图地址、标题
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
--
<p align="center">
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.2-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.3%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.3-green.svg"></a>
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiecaovideoplayer-green.svg?style=true"></a>
</p>

This project need translators, mother language is english, you can change everything edit readme, release note, formate variable and annotation.
* This project need translators, mother language is english, you can change everything edit readme, release note, formate variable and annotation.
* Now the research target is android.media.MediaPlayer setSurface by more surfaces the video is always continuous.

Android truly full-screen capabilities, the Android platform to become the most widely used video playback controls. Q Group:490442439

Android truly full-screen capabilities, the Android platform to become the most widely used video playback controls

[中文文档](README-ZH.md)

Expand All @@ -26,21 +28,21 @@ Android truly full-screen capabilities, the Android platform to become the most

## Effect

**[jiecaovideoplayer-3.6.2-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-demo.apk)**
**[jiecaovideoplayer-3.6.3-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-demo.apk)**

![Demo Screenshot][1]

## Usage
1.Import library
```gradle
compile 'fm.jiecao:jiecaovideoplayer:3.6.2'
compile 'fm.jiecao:jiecaovideoplayer:3.6.3'
```

Or download lib

* [jiecaovideoplayer-3.6.2.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2.aar)
* [jiecaovideoplayer-3.6.2-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-javadoc.jar)
* [jiecaovideoplayer-3.6.2-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.2-sources.jar)
* [jiecaovideoplayer-3.6.3.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3.aar)
* [jiecaovideoplayer-3.6.3-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-javadoc.jar)
* [jiecaovideoplayer-3.6.3-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.3-sources.jar)

2.Add JCVideoPlayer in your layout
```xml
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fm.jiecao.jiecaovideoplayer"
minSdkVersion 16
targetSdkVersion 23
versionCode 30
versionName "3.6.2"
versionCode 31
versionName "3.6.3"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected void onCreate(Bundle savedInstanceState) {
videoController5.setUp("http://2449.vod.myqcloud.com/2449_22ca37a6ea9011e5acaaf51d105342e3.f20.mp4",
"嫂子洗澡没");
Uri uri = Uri.parse("http://cos.myqcloud.com/1000264/qcloud_video_attachment/842646334/vod_cover/cover1458036374.jpg");
videoController5.ivThumb.setImageURI(uri);
videoController5.thumbImageView.setImageURI(uri);
}

public class BitmapCache implements com.android.volley.toolbox.ImageLoader.ImageCache {
Expand Down
Loading

0 comments on commit ed26f3d

Please sign in to comment.