Implementing CM for a Single Tenant/Policy and Multiple Applications imp-cm

Use cases

Programmer P has an iPhone application, an iPad application and a website. It needs to integrate with Adobe Concurency Monitoring (CM) to restrict the number of concurrent streams between these apps. The Programmer will create policies that will restrict concurrent usage. We will look at two examples:

The first policy contains one rule which will allow no more than 2 concurrent streams. The latest stream will be allowed to play.
The second policy contains two rules. It allows no more than 3 concurrent streams from no more than 2 devices and the latest stream will be allowed to play.

A Policy with one Rule

Our first policy contains one single rule: no more than 2 concurrent streams are allowed, the first stream to start will be stopped in case three concurrent streams are playing.

Two apps + one website are used to start streams:

  1. The user starts one stream from the iPhone app and one stream from the iPad app. The policy permits this.
  2. The user then starts a third stream from the Programmer’s website.
  3. The rule in the policy (max 2 streams, latest wins) allows the latest stream to play so the first stream that was started will be marked as non-compliant with the policy and will be stopped.
recommendation-more-help
pass-help-concurrency-monitoring