'Does aws kinesis video stream keeps track of current number of users watching the stream? If so how can i get it?

Does AWS Kinesis keep tracks of number of users currently watching the stream? For instance if no one is watching the stream the count should be 0, and if 10 people are watching the count should be 10. If so, how to get that data or is there any other way this data can be fetched?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source