AWS IVS - How to retrive viewers count?

0

How to fetch the viewer count of a channel or a stream, Is there any API available?

Shincy
質問済み 7ヶ月前256ビュー
2回答
1
承認された回答

One way to retrieve viewer count for a channel is by using the GetStream command. Keep in mind API service quotas when using this approach. Another option would be to manually track viewers in your application.

profile picture
回答済み 6ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • amazon-ivs-react-native-broadcast is the library used to broadcast. Is there any option in this package to retrieve the view count

  • There is no way to retrieve the viewer count via the broadcast SDK. You will need to use the AWS SDK as mentioned above, or manually track viewers in a back end application.

0

Amazon IVS channels can be monitored through Amazon CloudWatch. See info on IVS Monitoring here: https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/stream-health.html

Here is a link to the IVS API https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/Welcome.html

Also note there are several Player SDKs that can be incorporated into a player app.

AWS
Mike-ME
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ