Difference between revisions of "Updating the Wowza Streaming Engine"

From IVS Wiki
Jump to: navigation, search
Line 1: Line 1:
'''WARNING: The steps below outline using an automated script to update the Wowza Streaming Engine. It is designed to be used on standard Valt appliances. If the appliance has been customized by the customer, you may encounter issues with the update script.'''
+
<div class="floating_card">'''WARNING: The steps below outline using an automated script to update the Wowza Streaming Engine. It is designed to be used on standard Valt appliances. If the appliance has been customized by the customer, you may encounter issues with the update script.'''</div>
  
  
 +
<div class="section">
 
Ordinarily the Wowza Streaming Engine is automatically updated as part of the Valt update, however there are specific situations, such as updating a media server, where only the Wowza Streaming Engine needs to be upgraded.
 
Ordinarily the Wowza Streaming Engine is automatically updated as part of the Valt update, however there are specific situations, such as updating a media server, where only the Wowza Streaming Engine needs to be upgraded.
 +
</div>
  
# Log into the Valt appliance via SSH or the terminal
+
 
# Type '''wget --content-disposition https://ivs.box.com/shared/static/5g69ohxvb9y3ofvqa0nvxohrl3b5bjcd.gz -O WowzaUpgrade.tar.gz''' and press enter.
+
<div class="section">
#: [[File:WowzaUpgrade1.png]]
+
<ol>
# Type '''tar -xvf WowzaUpgrade.tar.gz''' and press enter
+
<li>Log into the Valt appliance via SSH or the terminal</li>
#: [[File:WowzaUpgrade2.png]]
+
<li>Type <code>wget --content-disposition https://ivs.box.com/shared/static/5g69ohxvb9y3ofvqa0nvxohrl3b5bjcd.gz -O WowzaUpgrade.tar.gz</code> and press enter.</li>
# Type '''cd WowzaUpgrade''' and press enter
+
</ol>
# Type '''sudo ./WowzaUpgrade''' and press enter
+
</div>
# Enter the password if prompted
+
 
 +
 
 +
{{img | file = WowzaUpgrade1.png | width = }}
 +
 
 +
 
 +
<div class="section">
 +
<ol start="3">
 +
<li>Type <code>tar -xvf WowzaUpgrade.tar.gz</code> and press enter.</li>
 +
</ol>
 +
</div>
 +
 
 +
 
 +
{{img | file = WowzaUpgrade2.png | width = }}
 +
 
 +
 
 +
<div class="section">
 +
<ol start="4">
 +
<li>Type <code>cd WowzaUpgrade</code> and press enter.</li>
 +
<li>Type <code>sudo ./WowzaUpgrade</code> and press enter.</li>
 +
<li>Enter the password if prompted.</li>
 +
</ol>
 +
</div>

Revision as of 07:45, 4 August 2022

WARNING: The steps below outline using an automated script to update the Wowza Streaming Engine. It is designed to be used on standard Valt appliances. If the appliance has been customized by the customer, you may encounter issues with the update script.


Ordinarily the Wowza Streaming Engine is automatically updated as part of the Valt update, however there are specific situations, such as updating a media server, where only the Wowza Streaming Engine needs to be upgraded.


  1. Log into the Valt appliance via SSH or the terminal
  2. Type wget --content-disposition https://ivs.box.com/shared/static/5g69ohxvb9y3ofvqa0nvxohrl3b5bjcd.gz -O WowzaUpgrade.tar.gz and press enter.


WowzaUpgrade1.png


  1. Type tar -xvf WowzaUpgrade.tar.gz and press enter.


WowzaUpgrade2.png


  1. Type cd WowzaUpgrade and press enter.
  2. Type sudo ./WowzaUpgrade and press enter.
  3. Enter the password if prompted.