Are api call rate quotas adjustable in ivs?

0

I have find API Call Rate Quotas in the ivs document: https://docs.aws.amazon.com/ivs/latest/userguide/service-quotas.html
It seems that I can only create 5 channels per second. Are these quotas adjustable?

Besides, I have 2 more questions about ivs.

  1. If I have 4 videos playing at the same time, and I want set the first video resolution to 1080P, set other videos to 480P, is this feature supported?
  2. does ivs support aws lambda function?

Edited by: vans on Apr 2, 2021 1:41 AM

vans
已提問 3 年前檢視次數 249 次
2 個答案
0

The Amazon IVS API transactions per second (TPS) rate is not currently adjustable. It does not appear that there are often cases where more than 5 channels would need to be created within a second, however, we would be happy to evaluate your use case as a product feature request.

  1. Depending on the application of the videos, the video resolution can either be set on the broadcaster side or the player side. For implementation on the broadcaster side, the videos could be combined into a single stream that is then passed to Amazon IVS. An example of this would be a scene within OBS that includes all 4 videos at their respective resolutions. An alternative solution to this would be to have 4 players on the viewer side that are set to different resolutions. Using IVS Player methods such as setQuality (https://aws.github.io/amazon-ivs-player-docs/1.2.0/web/interfaces/player.html#setquality) or setAutoMaxQuality (https://aws.github.io/amazon-ivs-player-docs/1.2.0/web/interfaces/player.html#setautomaxquality) would allow for the player(s) to playback at a specified quality (or max ABR quality). However, it is worth noting that each implementation has it's respective pros and cons. For example, having multiple players on the viewer side requires a decent network connection and hardware.

One demo/sample application that may help provide some guidance on how to achieve multiple players, is the Multiple-Players sample application (https://github.com/aws-samples/amazon-ivs-basic-web-sample), which shows how to instantiate multiple Amazon IVS players simultaneously.

  1. Amazon IVS currently works with AWS Lambda function(s). However, please feel free to specify a more specific question regarding the integration of Amazon IVS and AWS Lambda.
AWS
已回答 3 年前
0

Thanks for your help.
When users load and play the video, I want to use AWS Lambda functions to validate the request before aws returns the live streaming. I didn't find where to add the AWS Lambda functions when I edited the ivs channel.

vans
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南