Skip to main content
October 3, 2010
Answered

How to get such statistics information?

  • October 3, 2010
  • 1 reply
  • 489 views

I want to get information about :

  1. How many FMS connections are there in total?
  2. How many connections to a specific stream are there in total?
  3. How many online FMS user are there ?

Anyone knows?

    This topic has been closed for replies.
    Correct answer Petro_O__Bochan

    Hi, your three questions are the same. There are multiple ways of achieving that.

    1. fms_adminConsole.swf -> Manage servers -> Detail.

    2. Through the same admin API: http://help.adobe.com/en_US/flashmediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.html

    3. Use server-side code : application.client.length.

    1 reply

    Petro_O__Bochan
    Petro_O__BochanCorrect answer
    Inspiring
    October 3, 2010

    Hi, your three questions are the same. There are multiple ways of achieving that.

    1. fms_adminConsole.swf -> Manage servers -> Detail.

    2. Through the same admin API: http://help.adobe.com/en_US/flashmediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.html

    3. Use server-side code : application.client.length.