Skip to content

Commit

Permalink
Merge pull request #41 from jpxiong/master
Browse files Browse the repository at this point in the history
release v1.3.4
  • Loading branch information
jpxiong committed Sep 16, 2015
2 parents 2ec641b + ef5aed8 commit 985c359
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PLDroidCameraStreamingDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.0.0'
compile files('libs/pldroid-camera-streaming-1.3.3.jar')
compile files('libs/pldroid-camera-streaming-1.3.4.jar')
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ mCameraStreamingManager.setNativeLoggingEnabled(false);

### 版本历史

* 1.3.4 ([Release Notes][16])
- 发布 pldroid-camera-streaming-1.3.4.jar
- 更新 libpldroid_streaming_core.so
- 修复采用 ART 运行时的 Android 机型的 crash 问题
- 修复封包不兼容的问题

* 1.3.3 ([Release Notes][15])
- 发布 pldroid-camera-streaming-1.3.3.jar
- 删除 arm64-v8a/libpldroid_ffmpegbridge.so 以及 armeabi-v7a/libpldroid_ffmpegbridge.so
Expand Down Expand Up @@ -513,3 +519,4 @@ mCameraStreamingManager.setNativeLoggingEnabled(false);
[13]: /ReleaseNotes/release-notes-1.3.1.md
[14]: /ReleaseNotes/release-notes-1.3.2.md
[15]: /ReleaseNotes/release-notes-1.3.3.md
[16]: /ReleaseNotes/release-notes-1.3.4.md
12 changes: 12 additions & 0 deletions ReleaseNotes/release-notes-1.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PLDroidCameraStreaming Release Notes for 1.3.4

## 简介
PLDroidCameraStreaming 是为 Android 开发者提供的 RTMP 直播推流 SDK

## 记录

### 推流 SDK
- 发布 pldroid-camera-streaming-1.3.4.jar
- 更新 arm64-v8a/libpldroid_streaming_core.so, armeabi-v7a/libpldroid_streaming_core.so 和 armeabi/libpldroid_streaming_core.so
- 修复采用 ART 运行时的 Android 机型的 crash 问题
- 修复封包不兼容的问题
Binary file modified releases/arm64-v8a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified releases/armeabi-v7a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified releases/armeabi/libpldroid_streaming_core.so
Binary file not shown.
Binary file added releases/pldroid-camera-streaming-1.3.4.jar
Binary file not shown.

0 comments on commit 985c359

Please sign in to comment.