Skip to content

Commit f11365a

Browse files
committed
规范IoT Video Advanced SDK
Change-Id: Ia11efbcccf16dd6b1f46044c37084da59a974c25
1 parent 0f8defa commit f11365a

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/deploypod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
export LIB_VERSION=$version
5555
perl -i -pe "s#.*s.source =.*#\ts.source = { :git => 'https://github.com/tencentyun/iot-link-ios.git', :tag => \"$temptag\" }#g" TIoTLinkVideo.podspec
5656
57-
pod lib lint TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
58-
pod trunk push TIoTLinkVideo.podspec --verbose --allow-warnings --skip-import-validation
57+
pod lib lint IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation
58+
pod trunk push IoTVideoAdvanced.podspec --verbose --allow-warnings --skip-import-validation
5959
env:
6060
COCOAPODS_TRUNK_TOKEN: ${{ secrets.IOT_COCOAPODS_TRUNK_TOKEN }}

TIoTLinkVideo.podspec renamed to IoTVideoAdvanced.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Pod::Spec.new do |s|
3-
s.name = 'TIoTLinkVideo'
3+
s.name = 'IoTVideoAdvanced'
44
s.version = ENV['LIB_VERSION'] || '1.0.0'
55
s.summary = '腾讯连连Video SDK是腾讯云物联网平台提供,应用开发厂商可通过该 SDK 快速搭建起 OEM 版本 APP,进行物联网音视频业务开发'
66

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ target 'LinkApp' do
1717

1818
pod 'TIoTLinkKit', :path => './'
1919
pod 'TIoTLinkKit/LinkRTC', :path => './'
20-
pod 'TIoTLinkVideo', :path => './'
20+
pod 'IoTVideoAdvanced', :path => './'
2121
pod 'MJRefresh', '3.2.0'
2222
pod 'IQKeyboardManager', '6.1.1'
2323
pod 'FDFullscreenPopGesture', '1.1'
@@ -41,6 +41,6 @@ target 'LinkSDKDemo' do
4141
pod 'TIoTLinkKit', :path => './'
4242
pod 'TIoTLinkKit/LinkRTC', :path => './'
4343

44-
pod 'TIoTLinkVideo', :path => './'
44+
pod 'IoTVideoAdvanced', :path => './'
4545
pod 'TIoTLinkKit_IJKPlayer', '2.0.8-beta.202212290234'
4646
end

Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ PODS:
55
- CocoaLumberjack/Core (= 3.7.2)
66
- CocoaLumberjack/Core (3.7.2)
77
- FDFullscreenPopGesture (1.1)
8+
- IoTVideoAdvanced (1.0.0):
9+
- CocoaAsyncSocket (= 7.6.5)
10+
- TIoTLinkKit_FLV (= 2.2.3)
11+
- TIoTLinkKit_SoundTouch (= 0.0.4)
12+
- TIoTLinkKit_XP2P (= 2.4.34-beta.202211150834)
13+
- TXLiteAVSDK_TRTC (= 11.0.14016)
814
- IQKeyboardManager (6.1.1)
915
- KeychainAccess (4.2.0)
1016
- lottie-ios (3.1.8)
@@ -35,12 +41,6 @@ PODS:
3541
- TIoTLinkKit_TPNS (1.0.1)
3642
- TIoTLinkKit_WechatOpenSDK (1.0.1)
3743
- TIoTLinkKit_XP2P (2.4.34-beta.202211150834)
38-
- TIoTLinkVideo (1.0.0):
39-
- CocoaAsyncSocket (= 7.6.5)
40-
- TIoTLinkKit_FLV (= 2.2.3)
41-
- TIoTLinkKit_SoundTouch (= 0.0.4)
42-
- TIoTLinkKit_XP2P (= 2.4.34-beta.202211150834)
43-
- TXLiteAVSDK_TRTC (= 11.0.14016)
4444
- TrueTime (5.0.3)
4545
- TXLiteAVSDK_TRTC (11.0.14016):
4646
- TXLiteAVSDK_TRTC/TRTC (= 11.0.14016)
@@ -53,6 +53,7 @@ DEPENDENCIES:
5353
- CocoaAsyncSocket (= 7.6.5)
5454
- CocoaLumberjack (= 3.7.2)
5555
- FDFullscreenPopGesture (= 1.1)
56+
- IoTVideoAdvanced (from `./`)
5657
- IQKeyboardManager (= 6.1.1)
5758
- KeychainAccess (= 4.2.0)
5859
- lottie-ios (= 3.1.8)
@@ -68,7 +69,6 @@ DEPENDENCIES:
6869
- TIoTLinkKit_IJKPlayer (= 2.0.8-beta.202212290234)
6970
- TIoTLinkKit_TPNS (= 1.0.1)
7071
- TIoTLinkKit_WechatOpenSDK (= 1.0.1)
71-
- TIoTLinkVideo (from `./`)
7272
- TrueTime (= 5.0.3)
7373
- TZImagePickerController (= 3.2.1)
7474
- YYModel (= 1.0.4)
@@ -102,16 +102,17 @@ SPEC REPOS:
102102
- YYModel
103103

104104
EXTERNAL SOURCES:
105-
TIoTLinkKit:
105+
IoTVideoAdvanced:
106106
:path: "./"
107-
TIoTLinkVideo:
107+
TIoTLinkKit:
108108
:path: "./"
109109

110110
SPEC CHECKSUMS:
111111
Bugly: afe841bba2ea6de6d432a3c125240a5e75949c55
112112
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
113113
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
114114
FDFullscreenPopGesture: a8a620179e3d9c40e8e00256dcee1c1a27c6d0f0
115+
IoTVideoAdvanced: a721841c8dfbd0d3ad1ea6007be24d037d1643d4
115116
IQKeyboardManager: 79c57795f5c2408d259d37b9da2ed07efcbb5225
116117
KeychainAccess: 3f760109aa99b05d0f231e28b22642da7153e38a
117118
lottie-ios: 48fac6be217c76937e36e340e2d09cf7b10b7f5f
@@ -130,12 +131,11 @@ SPEC CHECKSUMS:
130131
TIoTLinkKit_TPNS: 7cea4fc1d20ef6c4c11c4f0b66bbb10ecf4ed968
131132
TIoTLinkKit_WechatOpenSDK: 7822d68cc5c46edf3f6020422202e7b65ea87614
132133
TIoTLinkKit_XP2P: a5409ccbbaa2de3faf8aa82bf98b0c3df193541a
133-
TIoTLinkVideo: 59742ad821597e7c17a0dcca7393d5230d4b41e8
134134
TrueTime: b49551ffafb28a9dee04e51b226f42a416010842
135135
TXLiteAVSDK_TRTC: 4d1630935b105ace857839e65f4c2ce092cb94f0
136136
TZImagePickerController: bf4c57b98d8707fce41ea6be872414a71c7a8c9d
137137
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
138138

139-
PODFILE CHECKSUM: 0dd225e3f9c24b91b41d0868f8e749f6802ed208
139+
PODFILE CHECKSUM: 0fee9c8c7bada7c4986486f593aa9bb5c709ebbc
140140

141141
COCOAPODS: 1.9.3

Source/SDK/LinkVideo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### 概述
2-
Video SDK 主要提供了 APP 端 P2P 接入、实时监控、语音对讲、本地回放等基本能力
2+
IoT Video Advanced SDK 主要提供了 APP 端与设备通话、信令发送接收等基本能力
33

44

5-
## iOS 接入流程
5+
## IoT Video Advanced 客户SDK(iOS)开发指南
66

77
1、在 App 的 Podfile 文件中添加如下依赖项
88

99
```
10-
pod 'TIoTLinkVideo'
10+
pod 'IoTVideoAdvanced'
1111
```
12-
具体版本号可参考 [LinkVideo](TODO: sdk发布页url)
12+
具体版本号可参考 [LinkVideo](https://github.com/tencentyun/iot-link-ios/releases)
1313

1414

1515
2、运行SDKDemo

0 commit comments

Comments
 (0)