rtmp、rtc推拉流支持加密

This commit is contained in:
caleb
2026-04-07 16:35:04 +08:00
parent bc56b7851d
commit 88800334ec
19 changed files with 370 additions and 147 deletions

View File

@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
0897849CBA2960C1F1BE2DC4 /* Pods_SellyCloudSDK_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3A5DE9B7559BAE46EA68112 /* Pods_SellyCloudSDK_Tests.framework */; };
0D0ECA322F83CFDC00917568 /* AVApiService.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D0ECA302F83CFDC00917568 /* AVApiService.m */; };
236246B1275D4CD3B91DACE1 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 353107A80A9449DFB01DACE1 /* README.md */; };
3C075C2B2E3873A800591B2D /* test1.png in Resources */ = {isa = PBXBuildFile; fileRef = 3C075C2A2E3873A800591B2D /* test1.png */; };
3C0F91622EF39F0000680CB7 /* SCNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0F91612EF39F0000680CB7 /* SCNavigationController.m */; };
@@ -122,6 +123,8 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
0D0ECA2F2F83CFDC00917568 /* AVApiService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AVApiService.h; sourceTree = "<group>"; };
0D0ECA302F83CFDC00917568 /* AVApiService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AVApiService.m; sourceTree = "<group>"; };
11F5CE3EA9A94E55D1A35A8F /* SellyCloudSDK.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SellyCloudSDK.podspec; path = ../SellyCloudSDK.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
18585A8A04A38911555AC335 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
28EA6D0E21FA7AAFE4E2C53C /* Pods-SellyCloudSDK_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SellyCloudSDK_Example.release.xcconfig"; path = "Target Support Files/Pods-SellyCloudSDK_Example/Pods-SellyCloudSDK_Example.release.xcconfig"; sourceTree = "<group>"; };
@@ -314,6 +317,15 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0D0ECA312F83CFDC00917568 /* Network */ = {
isa = PBXGroup;
children = (
0D0ECA2F2F83CFDC00917568 /* AVApiService.h */,
0D0ECA302F83CFDC00917568 /* AVApiService.m */,
);
path = Network;
sourceTree = "<group>";
};
3C075D132E3B474A00591B2D /* Play */ = {
isa = PBXGroup;
children = (
@@ -519,6 +531,7 @@
6003F593195388D20070C39A /* Example for SellyCloudSDK */ = {
isa = PBXGroup;
children = (
0D0ECA312F83CFDC00917568 /* Network */,
3CC732F92EF0EEF4000027B2 /* Controllers */,
3CC732FE2EF0EEF4000027B2 /* Managers */,
3CC733052EF0EEF4000027B2 /* Utils */,
@@ -984,6 +997,7 @@
3C1851E02ECDE7690022F536 /* SellyCallPiPManager.m in Sources */,
3CC7335F2EF24A4C000027B2 /* SellyCallStatsView.m in Sources */,
3C4BF3132EC347510095F93A /* SellyVideoCallConferenceController.m in Sources */,
0D0ECA322F83CFDC00917568 /* AVApiService.m in Sources */,
3CDB90672EFF908100FBC4E6 /* AVLiveStreamModel.m in Sources */,
3C8AC1F12EB85E4E000A58F1 /* SellyVideoCallViewController.m in Sources */,
3C312FFC2F021216006C90A4 /* AVLoginViewController.m in Sources */,