Skip to main content
Participating Frequently
January 6, 2017
Question

Monitor and Limit Bandwidth

  • January 6, 2017
  • 1 reply
  • 578 views

Hello,

I'm running AMS on Win 2012R2. I Have to create multiple live stream. Can anyone tell me, how can I monitor proper bandwidth and limit / administrate on it ?

like stream1 - is limited upto 200 GB of traffic

This topic has been closed for replies.

1 reply

Adobe Employee
January 9, 2017

Bandwidth can not be set/adjusted on per stream level...However total bandwidth can be set for a particular application...if an application has only one stream hence bandwidth restrictions that apply on that application will ultimately to applied on that stream too.

You need to have aplication specific Application.xml for this since application specific xml will override global application.xml..The application specific xml resides in root folder to specifric application.

As for the exact tags that control this See application.xml for details...A sample excerpt is as below.

<Client>

  <Bandwidth override="yes">

  <!-- Specified in bytes/sec. The default provides about 20Mbps. -->

  <ServerToClient>2500000</ServerToClient>

  <!-- Specified in bytes/sec -->

  <ClientToServer>2500000</ClientToServer>

  </Bandwidth>

  <!-- Bandwidth cannot be set higher than the value set here. -->

  <BandwidthCap override="no">

  <!-- Specified in bytes/sec -->

  <ServerToClient>5000000</ServerToClient>

  <!-- Specified in bytes/sec -->

  <ClientToServer>5000000</ClientToServer>

  </BandwidthCap>

daniellablogs
Participant
October 23, 2017

Can you explain the functionality for when bandwidth is exceeded  (or attempted).

Are packets just simply dropped?