Skip to content

Commit 573abfb

Browse files
authored
Update README.en_US.md
1 parent fd37d4c commit 573abfb

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.en_US.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CDN distribution
9797
1. Even wheat
9898
1. Third-party beauty
9999

100-
## II. Streaming Events
100+
## 2. Streaming Events
101101
### 2.1 2016 release memorabilia
102102
1. 2016.02.25 uplink network adaptive on-line;
103103
1. 2016.03.26 [Built-in beauty](https://github.com/ksvc/KSYLive_iOS/wiki/filter) On the line;
@@ -128,7 +128,7 @@ CDN distribution
128128
1. 2017.03.xx multi-view live;
129129
1. 2017.03.xx background noise reduction;
130130

131-
## Third. SDK integration methods introduced
131+
## 3. SDK integration methods introduced
132132
### 3.1 System Requirements
133133
* Minimum iOS version supported: iOS 7.0
134134
* Minimum support iPhone model: iPhone 4
@@ -161,10 +161,12 @@ $ git clone https://bitbucket.org/ksvc/ksylive_ios.git --depth 1
161161

162162
#### 3.2.3 Install using Cocoapods
163163
By using Cocoapods, you can download the static library and code of this SDK locally just by adding a sentence similar to the following sentence to your Podfile:
164+
164165
```ruby
165166
pod 'libksygpulive / KSYGPUResource'
166167
pod 'libksygpulive / libksygpulive'
167168
```
169+
168170
POD install can be implemented.
169171

170172
Among them, the first paragraph libksygpulive SDK name, the second paragraph KSYGPUResource and libksygpulive sub-module name
@@ -181,26 +183,31 @@ This SDK provides a number of different sub-modules to meet the needs of differe
181183
<b markdown = 1>
182184

183185
* Local development version (sdk clone or download to the local)
186+
184187
```
185188
pod 'libksygpulive / libksygpulive',: path => '../'
186189
```
187190

188191
* Directly specify the SDK's github repository address and version number
192+
189193
```
190194
pod 'libksygpulive / libksygpulive',: git => 'https://github.com/ksvc/KSYLive_iOS.git' ,: tag => 'v1.8.0'
191195
```
192196

193197
Get spec from cocoapod official library trunk, download sdk from github
198+
194199
```
195200
pod 'libksygpulive / libksygpulive'
196201
```
197202

198203
* Get spec from cocoapod official library Trunk, download sdk from Kingsoft cloud storage ks3 (domestic speed is faster)
204+
199205
```
200206
pod 'libksygpulive_ks3 / libksygpulive'
201207
```
202208

203209
* If pod install can not find the prompt of specification, please update repo first
210+
204211
```
205212
pod repo update
206213
```
@@ -261,7 +268,7 @@ Please refer to the help of the script release-libKSYLive.sh (./release-libKSYLi
261268
Open the demo directory KSYLiveDemo.xcodeproj, modify the configuration file of the KSYLiveDemo project:
262269
Select KSYLiveDemo project -> select Project KSYLiveDemo-> select Info tab -> select Configurations-> Debug or Release-> to KSYLiveDemo respectively select the corresponding KSYLiveDemo-framework.xcconfig file. Note that if using a dynamic library, select KSYLiveDemo-dy-framework.xcconfig.
263270

264-
! [xcode_configs](https://github.com/ksvc/KSYLive_iOS/wiki/images/xcode_configs.png)
271+
![xcode_configs](https://github.com/ksvc/KSYLive_iOS/wiki/images/xcode_configs.png)
265272

266273
Or manually add the following parameters in the project configuration: (For details, see KSYLiveDemo-framework.xcconfig in the demo directory)
267274
```
@@ -297,26 +304,28 @@ And will have a conflict with the playback SDK, before integration, please ensur
297304
pod repo update
298305
```
299306

300-
## four reference documents
307+
## 4. reference documents
301308
* [iOS Streaming SDK User Guide](https://github.com/ksvc/KSYLive_iOS/wiki/KSYStreamerSDKUserManual)
302309
* [iOS Live Streaming SDK Frequently Asked Questions](https://github.com/ksvc/KSYLive_iOS/wiki/FAQ)
303310
* [Interface Change History](https://github.com/ksvc/KSYLive_iOS/wiki/apiAdjust)
304311

305-
## V. player usage examples
312+
## 5. player usage examples
306313
See the github library at https://github.com/ksvc/KSYMediaPlayer_iOS.git
307314

308-
## Six. Feedback and suggestions
315+
## 6. Feedback and suggestions
309316
### 6.1 Feedback Template
310317

318+
311319
| Type | Description |
312320
|: ---: |: ---: |
313321
| SDK Name | KSYLive_iOS |
314322
| SDK Version | v2.5.0 |
315-
Equipment model | iphone7 |
316-
OS Version | iOS 10 |
317-
Problem Description | Description of the problem
323+
| Equipment model | iphone7 |
324+
| OS Version | iOS 10 |
325+
| Problem Description | Description of the problem |
318326
| Description of Operation | Describes what went wrong with this operation |
319-
Extra Attachments | Textual Forms Console log, crash reports, other ancillary information (screen shots or videos, etc.) |
327+
| Extra Attachments | Textual Forms Console log, crash reports, other ancillary information (screen shots or videos, etc.) |
328+
320329

321330
### 6.2 Contact information
322331
* Homepage: [Jinshan cloud](http://www.ksyun.com/)

0 commit comments

Comments
 (0)