Improving Latency on Long-Running SRT Streams to Play STBs
If you notice that the latency on SRT streams sent to Haivision Play 2000/4000 STBs increases over time, you may enable a PCR locking feature.
Note
This feature may not work for all SRT streams. Therefore, test the option before rolling it out to your production environment.
To enable this feature:
- SSH into HMP and elevate to root access.
Issue the following command:
CODEset_config calypso.system_settings.enablePCRLockForSRTPlaybackOnSTBs true
Restart the docker processes for the change to take affect:
CODEdocker-run
After the restart completes, toggle the Settings screen on the affected STBs by pressing the button on the remote twice to restart the streams.
To disable this feature, issue the command using false
instead of true
, and repeat steps 3 and 4:
set_config calypso.system_settings.enablePCRLockForSRTPlaybackOnSTBs false