Skip to content

Commit

Permalink
release_v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geeklok committed Dec 19, 2017
1 parent 6149c3e commit 1d1e0e6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PLDroidMediaStreamingDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.qiniu.pili.droid.streaming.demo"
minSdkVersion 15
targetSdkVersion 23
versionCode 65
versionName "2.2.5"
versionCode 66
versionName "2.2.6"
}
buildTypes {
release {
Expand All @@ -25,7 +25,7 @@ dependencies {
compile 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
compile 'com.google.zxing:core:3.2.0'
compile 'com.android.support:appcompat-v7:23.0.0'
compile files('libs/pldroid-media-streaming-2.2.5.jar')
compile files('libs/pldroid-media-streaming-2.2.6.jar')
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ private void initEncodingProfile() {
vProfile = new StreamingProfile.VideoProfile(
mEncodingConfig.mVideoQualityCustomFPS,
mEncodingConfig.mVideoQualityCustomBitrate * 1024,
mEncodingConfig.mVideoQualityCustomMaxKeyFrameInterval
mEncodingConfig.mVideoQualityCustomMaxKeyFrameInterval,
StreamingProfile.H264Profile.HIGH
);
}

Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes/release-notes-2.2.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# PLDroidMediaStreaming Release Notes for 2.2.6

本次更新:

## 版本

- 发布 pldroid-media-streaming-2.2.6.jar

## 功能

- 新增 H.264 Profile 设置接口

## 缺陷

- 修复部分机型推流画面拉伸问题
Binary file not shown.

0 comments on commit 1d1e0e6

Please sign in to comment.