From d74d6bce67fc70d713634f21ba0a8ba484e46666 Mon Sep 17 00:00:00 2001 From: saudsami Date: Tue, 12 Sep 2023 13:07:12 +0500 Subject: [PATCH] considerations updated --- .../advanced-features/media-push/android.mdx | 1 + .../advanced-features/media-push/apple.mdx | 1 + .../advanced-features/media-push/unity.mdx | 1 + .../advanced-features/media-push/windows-cpp.mdx | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) 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).
Currently, Agora only supports pushing H.264 (default) streams to the CDN.
diff --git a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/windows-cpp.mdx b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/windows-cpp.mdx index 1b5268c..5540293 100644 --- a/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/windows-cpp.mdx +++ b/version-3.x/shared/interactive-live-streaming/advanced-features/media-push/windows-cpp.mdx @@ -108,7 +108,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