Amazon IVS React Native Broadcast -Viewer count

0

1)How to get the viewer count ? 2)Is there any feature available in this library Amazon IVS React Native Broadcast to fetch the viewer's count? 3)Is there any API to retrieve the viewer count of a particular stream? 4)How to store and retrieve the live streaming video asset?

Shincy
asked 6 months ago197 views
1 Answer
1
Accepted Answer

Thanks for your question.

Amazon IVS status can be monitored through Amazon CloudWatch. Check here for info for monitoring IVS channels, specifically the ConcurrentViews metrics. https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/stream-health.html

Also, here is a link to the the API details for IVS. https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/Welcome.html

You can record streams to S3 by selecting the Record and Store Streams when creating or modifying the channel. There you can choose to store all streams or only specific renditions.

The IVS React Native Broadcast seems to be a wrapper for the IVS Broadcast SDK, which is used for streaming into IVS. It would not have details of viewership.

AWS
Mike-ME
answered 6 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions