diff --git a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/android.mdx b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/android.mdx index f2fa8fb..189f35e 100644 --- a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/android.mdx +++ b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/android.mdx @@ -103,6 +103,7 @@ To show the code logic for starting the streaming, dynamically updating the tran - Agora recommends that you control the number of hosts involved in transcoding according to the actual output video. In any event, the number of the hosts in the same channel cannot exceed 17. - Agora supports pushing streams in the RTMP and RTMPS protocols to CDN. - To avoid errors in the code logic, ensure that the CDN addresses used in the transcoded and non-transcoded streaming are different. +- A streaming task refers to a single streaming operation. The maximum concurrent task limit (PCW) is 50 by default. This means that you can have up to 50 streaming tasks running simultaneously within a single Agora project. If you require a higher quota, reach out to [technical support](mailto:support@agora.io). ## Reference diff --git a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/apple.mdx b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/apple.mdx index de73867..bcd5ca1 100644 --- a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/apple.mdx +++ b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/apple.mdx @@ -121,6 +121,7 @@ To show the code logic for starting the streaming, dynamically updating the tran - Agora recommends that you control the number of hosts involved in transcoding according to the actual output video. In any event, the number of the hosts in the same channel cannot exceed 17. - Agora supports pushing streams in the RTMP and RTMPS protocols to CDN. - To avoid errors in the code logic, ensure that the CDN addresses used in the transcoded and non-transcoded streaming are different. +- A streaming task refers to a single streaming operation. The maximum concurrent task limit (PCW) is 50 by default. This means that you can have up to 50 streaming tasks running simultaneously within a single Agora project. If you require a higher quota, reach out to [technical support](mailto:support@agora.io). ## Reference diff --git a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/unity.mdx b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/unity.mdx index bc94e49..0924194 100644 --- a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/unity.mdx +++ b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/unity.mdx @@ -213,6 +213,7 @@ User2: - This service is not free. Agora charges for the use of this service based on the duration of the audio and video transcoding. - Agora supports pushing streams in the RTMP and RTMPS protocols, but the RTMPS protocol is supported only in transcoding mode. - If you push the stream directly without transcoding for a single host, you can skip [Step1](#single), and call the `AddPublishStreamUrl` method directly with `transcodingEnabled (false)`. +- A streaming task refers to a single streaming operation. The maximum concurrent task limit (PCW) is 50 by default. This means that you can have up to 50 streaming tasks running simultaneously within a single Agora project. If you require a higher quota, reach out to [technical support](mailto:support@agora.io).