aquila_live_stat_mux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aquila_live_stat_mux [2023/11/08 13:22] walkeradminaquila_live_stat_mux [2023/11/08 14:13] (current) – [Using Announcer Address] walkeradmin
Line 36: Line 36:
 We can get this information from the Multiplexer, but the value for the statmuxAnnouncer is in one of the PODs. To access this, first we need to bring up the Kubernetes dashboard, this can be done from an SSH session using the following: We can get this information from the Multiplexer, but the value for the statmuxAnnouncer is in one of the PODs. To access this, first we need to bring up the Kubernetes dashboard, this can be done from an SSH session using the following:
     k9s     k9s
-select stream-processer-statmux-xxxxx +This will launch the k9s application 
-press s +\\  
-ls +\\  
-look for smxMasterIni.json +{{ :k9s001.jpg?nolink&800 |}} 
-cat smxMasterIni.json |grep announce +\\  
 +\\  
 +Scroll down and select the POD 'stream-processer-statmux-xxxxx' then press 's' 
 +\\  
 +\\  
 +{{ :k9s002.jpg?nolink&800 |}} 
 +\\  
 +\\  
 +Show the contents of the folder using 'ls' and look for smxMasterIni.json 
 +\\  
 +\\  
 +To find the announceAddress enter the following 
 +    cat smxMasterIni.json |grep announce 
 +You will get an output similar to below: 
 +<file>
  "announceAddress": "239.225.0.1",  "announceAddress": "239.225.0.1",
   "announcePort": 15778,   "announcePort": 15778,
Line 47: Line 60:
     "statmux.announce.port": 15778,     "statmux.announce.port": 15778,
     "statmux.announce.ttl": 64     "statmux.announce.ttl": 64
- +</file> 
-exit +To get out of the K9s use 'exit' then 'ctrl-c
-ctrl-c +---- 
- +==== Using Announcer Address ==== 
 +\\  
 +The last big difference in v7 is that now you have to specify the announcer address in your services using and 'advanced parameter' in the Encoding Live service. 
 +\\  
 +\\  
 +When creating the Encoding Live services for your stat mux, you need to add a parameter to the 'Advanced Parameters' page. 
 +\\  
 +\\  
 +{{ :statmux.announce.addr.jpg?nolink&900 |}} 
 +\\  
 +The advanced parameter is: 
 +    statmux.announce.addr    multicast 
 +     
 +    statmux.announce.addr    239.255.0.1 
 +\\  
 +The above is just an example, you will need to use the multicast address from your system. 
 +\\  
 +\\ 
  
aquila_live_stat_mux.1699449754.txt.gz · Last modified: 2023/11/08 13:22 by walkeradmin