Skip to content

Commit

Permalink
Merge pull request #151 from ShengQiangLiu/v3.1.1_release
Browse files Browse the repository at this point in the history
v3.1.1 release
  • Loading branch information
HeraShowFeng authored May 31, 2024
2 parents e47b1b5 + 3185b6b commit fa6e77d
Show file tree
Hide file tree
Showing 30 changed files with 16,631 additions and 28 deletions.
12 changes: 12 additions & 0 deletions APIDiffs/api-diffs-3.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PLMediaStreamingKit 3.1.0 to 3.1.1 API Differences

```
PLMediaStreamingSession.h
```

- *Added* method `- (void)reloadVideoCaptureConfiguration:(PLVideoCaptureConfiguration *)videoCaptureConfiguration;`

## General Headers



10 changes: 5 additions & 5 deletions Example/PLMediaStreamingKitDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
B6FC33901D93C301004EEE29 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
B6FC33B21D93C470004EEE29 /* PLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLAppDelegate.h; sourceTree = "<group>"; };
B6FC33B31D93C470004EEE29 /* PLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PLAppDelegate.m; sourceTree = "<group>"; };
B6FC33B51D93C603004EEE29 /* PLMediaStreamingKit.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PLMediaStreamingKit.podspec; path = ../PLMediaStreamingKit.podspec; sourceTree = "<group>"; };
B6FC33B51D93C603004EEE29 /* PLMediaStreamingKit.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = PLMediaStreamingKit.podspec; path = ../PLMediaStreamingKit.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
BE66EB89300B2711005819E0 /* Pods-BroadcastUploadExtensionSetupUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BroadcastUploadExtensionSetupUI.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BroadcastUploadExtensionSetupUI/Pods-BroadcastUploadExtensionSetupUI.debug.xcconfig"; sourceTree = "<group>"; };
C84F5E2AD19F1CCCE4AA7DD6 /* libPods-BroadcastUploadExtensionSetupUI.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BroadcastUploadExtensionSetupUI.a"; sourceTree = BUILT_PRODUCTS_DIR; };
F444AD22AE92F8FC574B218F /* Pods-BroadcastUploadExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BroadcastUploadExtension.release.xcconfig"; path = "Pods/Target Support Files/Pods-BroadcastUploadExtension/Pods-BroadcastUploadExtension.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -480,9 +480,9 @@
6003F586195388D20070C39A /* Sources */,
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
B651FF8E1D93D99B00D1C578 /* ShellScript */,
C199A29A2A579362E89B2F18 /* [CP] Embed Pods Frameworks */,
AAD08ACB25F0D6FC00AB98AA /* Embed App Extensions */,
B651FF8E1D93D99B00D1C578 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -722,7 +722,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "${PODS_ROOT}/Fabric/run 356922ded861e8764b53656f328bf3e7610fb59b 4e8f96a6c525321b1833e0fdb19f396702d2cb0b6e581fdf80efde45b2a3bfc1";
shellScript = "${PODS_ROOT}/Fabric/run 356922ded861e8764b53656f328bf3e7610fb59b 4e8f96a6c525321b1833e0fdb19f396702d2cb0b6e581fdf80efde45b2a3bfc1\n";
};
C199A29A2A579362E89B2F18 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -910,7 +910,7 @@
"$(inherited)",
"$(PROJECT_DIR)/PLMediaStreamingKitDemo/Weixin",
);
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.PLMediaStreamingKitDemo;
PRODUCT_NAME = PLMediaStreamingKitDemo;
Expand Down Expand Up @@ -939,7 +939,7 @@
"$(inherited)",
"$(PROJECT_DIR)/PLMediaStreamingKitDemo/Weixin",
);
MARKETING_VERSION = 3.1.0;
MARKETING_VERSION = 3.1.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.qiniu.PLMediaStreamingKitDemo;
Expand Down
2 changes: 1 addition & 1 deletion Example/PLMediaStreamingKitDemo/PLInitViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ - (void)viewDidLoad {
// 适配顶部
CGFloat space = 24;
if (PL_iPhoneX || PL_iPhoneXR || PL_iPhoneXSMAX ||
PL_iPhone12Min || PL_iPhone12Pro || PL_iPhone12PMax || PL_iPhone14PMax) {
PL_iPhone12Min || PL_iPhone12Pro || PL_iPhone12PMax || PL_iPhone14PMax || PL_iPhone14) {
space = 44;
}
_topSpace = space + 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#define PL_iPhone12Pro ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1170, 2532), [[UIScreen mainScreen] currentMode].size) : NO)
#define PL_iPhone12PMax ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1284, 2778), [[UIScreen mainScreen] currentMode].size) : NO)
#define PL_iPhone14PMax ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1290, 2796), [[UIScreen mainScreen] currentMode].size) : NO)
#define PL_iPhone14 ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1179, 2556), [[UIScreen mainScreen] currentMode].size) : NO)


// 自定义 model
Expand All @@ -58,6 +59,6 @@

// 推流 SDK
#import <PLMediaStreamingKit/PLMediaStreamingKit.h>
#define PL_MEDIA_STREAM_VERSION @"v3.1.0"
#define PL_MEDIA_STREAM_VERSION @"v3.1.1"

#endif
2 changes: 1 addition & 1 deletion Example/PLMediaStreamingKitDemo/PLStreamViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ - (void)viewDidLoad {
// UI 适配顶部
CGFloat space = 24;
if (PL_iPhoneX || PL_iPhoneXR || PL_iPhoneXSMAX ||
PL_iPhone12Min || PL_iPhone12Pro || PL_iPhone12PMax || PL_iPhone14PMax) {
PL_iPhone12Min || PL_iPhone12Pro || PL_iPhone12PMax || PL_iPhone14PMax || PL_iPhone14) {
space = 44;
}
_topSpace = space + 4;
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ PODS:
- Fabric (~> 1.10.2)
- Fabric (1.10.2)
- Masonry (1.1.0)
- PLMediaStreamingKit (3.1.0):
- PLMediaStreamingKit/ex-HappyDNS (= 3.1.0)
- PLMediaStreamingKit/HappyDNS (= 3.1.0)
- PLMediaStreamingKit/ex-HappyDNS (3.1.0)
- PLMediaStreamingKit/HappyDNS (3.1.0)
- PLMediaStreamingKit (3.1.1):
- PLMediaStreamingKit/ex-HappyDNS (= 3.1.1)
- PLMediaStreamingKit/HappyDNS (= 3.1.1)
- PLMediaStreamingKit/ex-HappyDNS (3.1.1)
- PLMediaStreamingKit/HappyDNS (3.1.1)

DEPENDENCIES:
- Crashlytics
Expand All @@ -29,7 +29,7 @@ SPEC CHECKSUMS:
Crashlytics: 9220f5bc89e7a618df411b4f639389dbfb0e03d2
Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
PLMediaStreamingKit: a0bd94a5465d0afd3b55af41fca08f87c89f1a42
PLMediaStreamingKit: c9189aefaef1b8f90a53a93df1f961eddcb5c778

PODFILE CHECKSUM: 01b839d9eedb8dc4ae7438d2253f169c3d8deb5b

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLMediaStreamingKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PLMediaStreamingKit-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

Pod::Spec.new do |s|
s.name = "PLMediaStreamingKit"
s.version = "3.1.0"
s.version = "3.1.1"
s.summary = "Pili iOS media streaming framework via RTMP."
s.homepage = "https://github.com/pili-engineering/PLMediaStreamingKit"
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLMediaStreamingKit-v3.1.0-universal.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLMediaStreamingKit-v3.1.1-universal.zip"}

s.platform = :ios
s.ios.deployment_target = '8.0'
Expand Down
4 changes: 2 additions & 2 deletions PLMediaStreamingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

Pod::Spec.new do |s|
s.name = "PLMediaStreamingKit"
s.version = "3.1.0"
s.version = "3.1.1"
s.summary = "Pili iOS media streaming framework via RTMP."
s.homepage = "https://github.com/pili-engineering/PLMediaStreamingKit"
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLMediaStreamingKit-v3.1.0-iphoneos.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLMediaStreamingKit-v3.1.1-iphoneos.zip"}

s.platform = :ios
s.ios.deployment_target = '8.0'
Expand Down
Binary file not shown.
Loading

0 comments on commit fa6e77d

Please sign in to comment.