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:
- SSH into your HMG or HSG.
- Elevate to root.
Create the configuration file:
vi /opt/haivision/madra/data/max_number_of_sessions.json
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}
- Save the file.
To disable the concurrent session limit, run the following command:
echo >/opt/haivision/madra/data/disable_max_number_of_sessions |