Pavel Tsukanov Posted February 2, 2021 Share Posted February 2, 2021 Hi I have a cluster. And I would like to get number of active streams on a certain origin server in the cluster. I Found /v2/broadcasts/active-live-stream-count method. But I guess the method returns total number of active streams in cluster. Is there a way to get how many active streams are being processed on a certain origin server? Thank you Pavel Link to comment Share on other sites More sharing options...
0 Pavel Tsukanov Posted February 2, 2021 Author Share Posted February 2, 2021 I checked. active-live-stream-count returns total number. Finally I would like get 1. how many streams are published via a certain origin server 2. how many players are connected to a certain edge server. Is there a way to get the above info. Link to comment Share on other sites More sharing options...
0 Tahir Posted February 3, 2021 Share Posted February 3, 2021 Hi, You are absolutely right, the method returns the total number in cluster. In the broadcast data, there is originAdress": "string", which shows the origin address of the broadcast. We do no such filtering, however, you can extract the information in your application level from this information. Cheers Link to comment Share on other sites More sharing options...
Question
Pavel Tsukanov
Hi
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Feb 2
2
Feb 3
1
Top Posters For This Question
Pavel Tsukanov 2 posts
Tahir 1 post
Popular Days
Feb 2 2021
2 posts
Feb 3 2021
1 post
2 answers to this question
Recommended Posts