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 Gateway.
Elevate to root access:
su rootBrowse to the
/opt/haivision/etcdirectory.Create a
param.xmlfile with the following content, where thedecryption_error_thresholdvalue 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).