-
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 #299 from york1996/master
release_v2.4.0
- Loading branch information
Showing
29 changed files
with
179 additions
and
8 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
-393 KB
PLDroidMediaStreamingDemo/app/libs/pldroid-media-streaming-2.3.0.jar
Binary file not shown.
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
Binary file modified
BIN
-11.9 KB
(99%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+328 Bytes
(100%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/arm64-v8a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
-20 KB
(96%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
-3.74 KB
(96%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/armeabi-v7a/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
-36 KB
(94%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
-3.74 KB
(96%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/armeabi/libpldroid_streaming_core.so
Binary file not shown.
Binary file modified
BIN
-11.9 KB
(99%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/x86/libpldroid_mmprocessing.so
Binary file not shown.
Binary file modified
BIN
+264 Bytes
(100%)
PLDroidMediaStreamingDemo/app/src/main/jniLibs/x86/libpldroid_streaming_core.so
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
4 changes: 2 additions & 2 deletions
4
PLDroidMediaStreamingDemo/gradle/wrapper/gradle-wrapper.properties
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Dec 23 17:00:24 CST 2016 | ||
#Wed Oct 17 17:34:59 CST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |
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,20 @@ | ||
# PLDroidMediaStreaming Release Notes for 2.4.0 | ||
|
||
本次更新: | ||
|
||
## 版本 | ||
|
||
- 发布 pldroid-media-streaming-2.4.0.jar | ||
|
||
## 功能 | ||
|
||
- 新增以下两个方法用于 Surface 硬编下,推流前的纹理回调 | ||
* `MediaStreamingManager.setSurfaceTextureCallback2(SurfaceTextureCallback2)` | ||
* `StreamingManager.setSurfaceTextureCallback2(SurfaceTextureCallback2)` | ||
- 新增以下方法用于设置水印自定义像素大小,不仅限于固定枚举值 | ||
* `WatermarkSetting.setCustomSize(int width, int height)` | ||
|
||
## 注意事项 | ||
|
||
- 从 v2.3.0 版本开始,增加 libpldroid_streaming_puic.so 库 | ||
- libpldroid_streaming_core.so 依赖于 libpldroid_streaming_puic.so,无论是否启用 QUIC 推流,都需要包含 libpldroid_streaming_puic.so 库 |
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.