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 Gateway.
- Elevate to root:
su 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, simply clear the contents of the file:
- SSH into your Gateway.
- Elevate to root:
su root
- Run the following command:
echo > /opt/haivision/madra/data/disable_max_number_of_sessions