-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from jpxiong/master
Release v1.6.1
- Loading branch information
Showing
45 changed files
with
67 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-234 KB
PLDroidCameraStreamingDemo/app/libs/pldroid-camera-streaming-1.6.0.jar
Binary file not shown.
Binary file added
BIN
+242 KB
PLDroidCameraStreamingDemo/app/libs/pldroid-camera-streaming-1.6.1.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+21.4 KB
PLDroidCameraStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...oidCameraStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_streaming_aac_encoder.so
Binary file not shown.
Binary file modified
BIN
+4 KB
(100%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
+364 KB
(140%)
...idCameraStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_streaming_h264_encoder.so
Binary file not shown.
Binary file added
BIN
+25.2 KB
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...dCameraStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_streaming_aac_encoder.so
Binary file not shown.
Binary file modified
BIN
+4 KB
(110%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
+320 KB
(150%)
...CameraStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_streaming_h264_encoder.so
Binary file not shown.
Binary file added
BIN
+25.2 KB
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_streaming_aac_encoder.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
+252 KB
(140%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_streaming_h264_encoder.so
Binary file not shown.
Binary file added
BIN
+21.1 KB
PLDroidCameraStreamingDemo/app/src/main/jniLibs/x86/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/x86/libpldroid_streaming_aac_encoder.so
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/x86/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
+500 KB
(150%)
PLDroidCameraStreamingDemo/app/src/main/jniLibs/x86/libpldroid_streaming_h264_encoder.so
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# PLDroidCameraStreaming Release Notes for 1.6.1 | ||
|
||
## 简介 | ||
PLDroidCameraStreaming 是为 Android 开发者提供的 RTMP 直播推流 SDK | ||
|
||
## 记录 | ||
|
||
### 推流 SDK | ||
- 发布 pldroid-camera-streaming-1.6.1.jar | ||
- 新增 libpldroid_mmprocessing.so | ||
- 更新 libpldroid_streaming_core.so 和 libpldroid_streaming_h264_encoder.so | ||
- 增加水印支持 | ||
- 新增 `WatermarkSetting` | ||
- 新增 `WatermarkSetting.WATERMARK_LOCATION` | ||
- 新增 `WatermarkSetting.WATERMARK_SIZE` | ||
- 新增 `prepare(CameraStreamingSetting, MicrophoneStreamingSetting, WatermarkSetting, StreamingProfile)` | ||
- 优化软编 codec,提升画质和码控能力 | ||
- 兼容特殊的直播设备 | ||
- 新增 TransformMatrix 到 SurfaceTextureCallback#onDrawFrame | ||
- 修复 `CameraStreamingManager#pause` 耗时较长 | ||
- 修复硬编纯音频无法正常停止推流 | ||
- 修复硬编推流过程中特殊步骤导致的概率性 crash | ||
|
||
### Demo | ||
- 更新 Demo 代码 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.