Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko committed Dec 20, 2023
1 parent 445a69c commit a65be3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions media-push/develop/integration-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ Resolutions:

| Item | Mainland China | Europe | America | Asia (excluding mainland China) |
|:-------------|:----------------------|:----------------------|:----------------------|:--------------------------------|
| SDK API | <ul><li>SD 200</li><li>HD 50</li><li>FHD 20</li></ul> | <ul><li>SD 50</li><li>HD 20</li><li>FHD 5</li></ul> |<ul><li>SD 50</li><li>HD 20</li><li>FHD 5</li></ul> | <ul><li>SD 50</li><li>HD 20</li><li>FHD 5</li></ul> |
| RESTful API | <ul><li>SD 300</li><li>HD 50</li><li>FHD 20</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD 1</li></ul> |<ul><li>SD 20</li><li>HD 5</li><li>FHD 1</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD 1</li></ul> |
| RESTful API | <ul><li>SD 300</li><li>HD 50</li><li>FHD 20</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> |<ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> |

If you need to extend the PCW limit, contact [email protected].
To learn the details of the PCW limits for SDK API, or if you need to extend the RESTful API PCW limit, contact [email protected].

#### Number of streams

Expand All @@ -64,7 +63,7 @@ The maximum number of supported streams is as follows:

| Service type | Mainland China | Europe | America | Asia (excluding mainland China) |
|:-------------|:----------------------|:----------------------|:----------------------|:--------------------------------|
| Media Push | <ul><li>SD 300</li><li>HD 50</li><li>FHD 20</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD 0</li></ul> |<ul><li>SD 20</li><li>HD 5</li><li>FHD 1</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD 1</li></ul> |
| Media Push | <ul><li>SD 300</li><li>HD 50</li><li>FHD 20</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> |<ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD - Contact [email protected] to enable</li></ul> |

<Admonition type="caution" title="Note">If you need to upload multiple streams of different resolutions at the same time, make sure you meet the following requirements:<ul><li>The number of streams per resolution cannot exceed the corresponding limit for that resolution.</li><li>The total number of streams cannot exceed the limit set for the higher resolution. For example, if you upload both SD and HD streams in America, the total number of streams cannot exceed 20. If you upload HD and FHD, the total number cannot exceed 5.</li></ul></Admonition>

Expand Down Expand Up @@ -106,7 +105,7 @@ For use cases with higher quality requirements, requesting multiple Media Push t

<SwitchDomainName/>

## Create RTMP Converter
## Create a Media Push task (RTMP Converter)

When creating a converter with a `create` call, pay attention to the following:

Expand Down

0 comments on commit a65be3d

Please sign in to comment.