Skip to main content

Configuring Concurrent Sessions Limit

With Haivision Media Gateway and SRT Gateway 3.7.2+, by default the maximum number of concurrent sessions in the web interface per user is three. To change the limit:

  1. SSH into your Gateway.
  2. Elevate to root:
    su root
  3. Create the configuration file:
    vi /opt/haivision/madra/data/max_number_of_sessions.json

  4. Use the following JSON format for the file, where the username is the key and the maximum number of sessions is the value:

    {"haiadmin":5}
  5. Save the file.

To disable the concurrent session limit, simply clear the contents of the file:

  1. SSH into your Gateway.
  2. Elevate to root:
    su root
  3. Run the following command:
    echo > /opt/haivision/madra/data/disable_max_number_of_sessions
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.