Configure Number of Undecrypted SRT Packets before Reconnection
By default, when an SRT packet is not able to be decrypted, the connection is reset. With version 3.7.6+, you can configure the number of undecrypted packets before reconnection.
- SSH into your HMG/HSG.
- Elevate to root access.
- Browse to the
/opt/haivision/etc
directory. Create a
param.xml
file with the following content, where thedecryption_error_threshold
value is the number of undecrypted packets before reconnection:XML<config> <param comp="TS_Receiver" param="decryption_error_threshold" value="3"/> </config>
Tip
Setting
decryption_error_threshold
to less than or equal to zero disables the reconnection feature.- Reboot your HMG/HSG.
See the Undecrypted Packets field in your SRT stream statistics to monitor the number of packets that are not able to be decrypted (see Stream Statistics Field Descriptions).