Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

## Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

## Reference

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

<div class="alert note">Currently, Agora only supports pushing H.264 (default) streams to the CDN.</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

## Reference

Expand Down