Skip to content

Commit

Permalink
Review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko committed Nov 21, 2023
1 parent 645e2b5 commit 93cbad0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
6 changes: 3 additions & 3 deletions cloud-recording/develop/webpage-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ The upper limit of video attributes supported by Agora is as follows:

The maximum number of supported streams is as follows:

| Service type | Mainland China | Europe | America | Asia (excluding mainland China) |
|:-------------------|:----------------------|:---------------------|:----------------------|:--------------------------------|
| Web page recording | <ul><li>SD 100</li> <li>HD 50</li> <li>FHD 30</li></ul> | <ul><li>SD 50</li> <li>HD 30</li> <li>FHD 10</li></ul> | <ul><li>SD 100</li> <li>HD 50</li> <li>FHD 30</li></ul> | <ul><li>SD 100</li> <li>HD 50</li> <li>FHD 30</li></ul> |
| Service type | Mainland China | Europe | America | Asia (excluding mainland China) |
|:-------------------|:----------------------|:---------------------|:----------------------|:---------------------------------------------------------|
| Web page recording | <ul><li>SD 100</li> <li>HD 50</li> <li>FHD 30</li></ul> | <ul><li>SD 50</li> <li>HD 30</li> <li>FHD 10</li></ul> | <ul><li>SD 100</li> <li>HD 50</li> <li>FHD 30</li></ul> | <ul><li>SD 100</li> <li>HD 100</li> <li>FHD 30</li></ul> |

<Admonition type="caution" title="Note">If you need to record 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 need to record in America in both SD and HD, the total number of streams cannot exceed 100. If you record in both HD and FHD, the total number cannot exceed 50.</li></ul></Admonition>

Expand Down
5 changes: 3 additions & 2 deletions media-push/develop/integration-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ Resolutions:
- HD: High definition video, resolution ≤ 1280 × 720 and > 640 × 360
- FHD: Full HD video, resolution ≤ 1920 × 1080 and > 1280 × 720

| Service type | Mainland China | Europe | America | Asia (excluding mainland China) |
| Item | 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 0</li></ul> | <ul><li>SD 20</li><li>HD 5</li><li>FHD 0</li></ul> |
| 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> |

If you need to extend the PCW limit, contact [email protected].

Expand Down
14 changes: 1 addition & 13 deletions shared/video-sdk/reference/_service_limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,13 @@

### Service limits

The following limits apply to Peak Concurrent Users (PCU), Peak Concurrent Worker (PCW), and bandwidth:

* <Vpd k="SDK" />:
The following limits apply to Peak Concurrent Users (PCU) and bandwidth:

|Item|China|Europe|America|Asia|
|:---|:----|:-----|:------|:---|
|PCU|10,000|10,000|10,000|10,000|
|Bandwidth|10G|10G|10G|10G|

* Media Push: The limit depends on the video resolution:

| Item | Mainland China | Europe | America | Asia (excluding mainland China) |
|:-------------|:----------------------|:----------------------|:----------------------|:--------------------------------|
| PCW | <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> |

For Media Push, the limit is reached when at least one of the resolutions exceeds its corresponding value.

To extend any of those limits, contact [email protected].

</PlatformWrapper >

<PlatformWrapper platform={["electron", "unity", "flutter", "react-native"]}>
Expand Down

0 comments on commit 93cbad0

Please sign in to comment.