User Tools

Site Tools


change_mux_simulcrypt_crypto_period

Change Mux Simulcrypt Crypto Period

Jun 2024


Introduction


By default, the Multiplexer Crypto Period is set to 10 seconds, and quite often broadcasters want to change this period to match the settings of their own CA system. Unfortunately (at the time of writing) this setting cannot be changed via the UI, so requires setting via an SSH session (or directly via KVM).


Procedure

Login via any SSH application.


Start the Kubernetes application by typing 'k9s' and press 'Enter'


This will start the k9s application and display all the PODs

With this page open, enter the following - :cm (this is to take you to the Config Maps) then press 'Enter' key.


Scroll down the list of PODs until you see the POD stream-processor-simulcrypt-config


With this POD highlighted, press 'e' on the keyboard.


Here you can see the “cpDuration”: 10, is set to 10 seconds.

Change this to the required value and use :wq to save the config.

You will need to restart the POD for the new settings to become valid, to do this we need to get back to the POD view, for this you will need to enter :POD then Enter.

This will put you back at the POD view.


With the stream-processing-simulcrypt-xxxxxxxx POD highlighted, select CTRL-K to kill the POD, a new POD will be automatically created using the new settings that you edited in the Config Map.

Use CTRL-C to exit the k9s application.


change_mux_simulcrypt_crypto_period.txt · Last modified: 2024/06/24 13:21 by walkeradmin