Wowza Community

Is there any way to log listeners of current live stream & detect when stream is stopped for listeners in Wowza Cloud API?

Is there any way to log listeners of current live stream & detect when stream is stopped for listeners in Wowza Cloud API.
As i need to send a message or notify listenersby some way that streaming is stopped now?
Is there any way in wowza?
To notify others by something when streaming stops???

There is an API call Rick Chen.

It’s this endpoint: “${WSC_HOST}/api/v1.4/transcoders/2adffc17/stats”

Docs can be found at: https://sandbox.cloud.wowza.com/api/current/docs#operation/showTranscoderStats

Look at one of the “***_in_rate” values in the response to determine if the stream is indeed being received.

Hello, I’m trying to do this as well on Cloud. Have you found a way to trigger when live streaming ended?