Difference between revisions of "Updating the Wowza Streaming Engine"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
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> | ||
− | + | ||
− | + | <div class="section"> | |
− | + | <ol> | |
− | + | <li>Log into the Valt appliance via SSH or the terminal</li> | |
− | + | <li>Type the following and press enter.</li> | |
− | + | <div class="codeText">wget --content-disposition https://ivs.box.com/shared/static/5g69ohxvb9y3ofvqa0nvxohrl3b5bjcd.gz -O WowzaUpgrade.tar.gz</div> | |
− | + | </ol> | |
− | + | </div> | |
+ | |||
+ | |||
+ | {{img | file = WowzaUpgrade1.png | width = }} | ||
+ | |||
+ | |||
+ | <div class="section"> | ||
+ | <ol start="3"> | ||
+ | <li>Type and press enter.</li> | ||
+ | <div class="codeText">tar -xvf WowzaUpgrade.tar.gz</div> | ||
+ | </ol> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | {{img | file = WowzaUpgrade2.png | width = }} | ||
+ | |||
+ | |||
+ | <div class="section"> | ||
+ | <ol start="4"> | ||
+ | <li>Type the following and press enter.</li> | ||
+ | <div class="codeText">cd WowzaUpgrade</div> | ||
+ | <li>Type the following and press enter.</li> | ||
+ | <div class="codeText">sudo ./WowzaUpgrade</div> | ||
+ | <li>Enter the password if prompted.</li> | ||
+ | </ol> | ||
+ | </div> |
Latest revision as of 09:07, 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.
- Log into the Valt appliance via SSH or the terminal
- Type the following and press enter.
wget --content-disposition https://ivs.box.com/shared/static/5g69ohxvb9y3ofvqa0nvxohrl3b5bjcd.gz -O WowzaUpgrade.tar.gz
- Type and press enter.
tar -xvf WowzaUpgrade.tar.gz
- Type the following and press enter.
- Type the following and press enter.
- Enter the password if prompted.
cd WowzaUpgrade
sudo ./WowzaUpgrade