Skip to main content
Participant
August 15, 2011
Question

Bandwidth usage calculation for RTMP streaming

  • August 15, 2011
  • 1 reply
  • 1782 views

Hello,

How can I calculate the number of bytes download during RTMP streaming? So that I can keep track of bandwidth usage for particular user? I hope the question is simple enough to understand the requirements. If not then I can elaborate it more.

Thanks,

Naresh

    This topic has been closed for replies.

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    August 15, 2011

    The access logs has fields that can give you this information in detail. Look for all the fields (like bytes from client to server, and server to client , sc bytes etc).

    Logger.xml will have more description about all of these tags.

    FMS admin commands are also available to give the bandwidth and byte wise information. Please take a look at the documentation for these @ http://help.adobe.com/en_US/flashmediaserver/adminapi/WSa4cb07693d12388431df580a12a34991ebc-8000.html

    Thank you ..