Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add considerations to Media Push client-side docs #1445

Open
kelzr opened this issue Aug 8, 2023 · 6 comments · May be fixed by AgoraIO/Docs-Source-Legacy#40
Open

Add considerations to Media Push client-side docs #1445

kelzr opened this issue Aug 8, 2023 · 6 comments · May be fixed by AgoraIO/Docs-Source-Legacy#40
Assignees

Comments

@kelzr
Copy link
Contributor

kelzr commented Aug 8, 2023

Add considerations to Media Push client-side docs (https://docs.agora.io/en/3.x/interactive-live-streaming/advanced-features/media-push?platform=android): A streaming task refers to a single streaming operation. The maximum concurrent task limit (PCW) is set to 50 by default, which means you can have up to 50 streaming tasks running simultaneously within a single Agora project. If you require a higher quota, reach out to our technical support.

This is a request from R&D.

@saudsami
Copy link
Collaborator

Hi @kelzr
Do you want this text added to the 3.x docs?
Please confirm.

@kelzr
Copy link
Contributor Author

kelzr commented Sep 12, 2023

Hi @kelzr
Do you want this text added to the 3.x docs?
Please confirm.

Yes, this information is helpful for the media push feature. Therefore, please include it in both the media push doc and the 3.x doc, as the latter is currently undergoing maintenance.

@saudsami
Copy link
Collaborator

The 4.x media push doc contains the following text:
Maximum number of concurrent tasks
The default maximum number of concurrent tasks is 20, which indicates that a maximum of 20 Media Push tasks can be run simultaneously in one project. If a higher quota is required, contact technical support.
https://docs.agora.io/en/media-push/develop/integration-best-practices#maximum-number-of-concurrent-tasks
Should I change 20 to 50?

@kelzr
Copy link
Contributor Author

kelzr commented Sep 13, 2023

My issue refers to the client-side PCW restrictions, but the link you provided (https://docs.agora.io/en/media-push/develop/integration-best-practices#maximum-number-of-concurrent-tasks) is for the server-side RESTful PCW restrictions. It seems like you've confused the concepts.

@saudsami
Copy link
Collaborator

@kelzr
Copy link
Contributor Author

kelzr commented Sep 15, 2023

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants