Difference between revisions of "Configure Wowza to use a proxy server to communicate with the license servers"

From IVS Wiki
Jump to: navigation, search
(Created page with "<div class="section"> This article describes how to add server properties to Wowza Streaming Engine™ media server software so that it uses a proxy server to communicate with...")
 
Line 18: Line 18:
 
<li>If your proxy server requires authentication, provide the proxy server user name and password:</li>  
 
<li>If your proxy server requires authentication, provide the proxy server user name and password:</li>  
 
<ol type="a">   
 
<ol type="a">   
<li>Select the Enabled check box next to licenseServerProxyUsername and enter the proxy server user name in the box.</li>  
+
<li>Select the <b>Enabled</b> check box next to <b>licenseServerProxyUsername</b> and enter the proxy server user name in the box.</li>  
<li>Select the Enabled check box next to licenseServerProxyPassword and enter the proxy server password in the box.</li>  
+
<li>Select the <b>Enabled</b> check box next to <b>licenseServerProxyPassword</b> and enter the proxy server password in the box.</li>
<li>Click Save, and then restart Wowza Streaming Engine.</li>
+
</ol>  
</ol>
+
<li>Click <b>Save</b>, and then [[Restarting Wowza | restart Wowza Streaming Engine]].</li>  
 
</ol>
 
</ol>
 
</div>
 
</div>
  
 
==Configure license server proxy properties in XML==
 
==Configure license server proxy properties in XML==

Revision as of 08:20, 4 August 2022

This article describes how to add server properties to Wowza Streaming Engine™ media server software so that it uses a proxy server to communicate with the Wowza licensing server.

You can configure server properties in Wowza Streaming Engine Manager or by editing [install-dir]/conf/Server.xml. If you make changes to Server.xml, any supported settings are displayed in Wowza Streaming Engine Manager the next time it's started.

Configure license server proxy properties in Wowza Streaming Engine Manager

  1. Click the Server tab at the top of the page.
  2. In the Server contents panel, click Server Setup.
  3. On the Server Setup page Properties tab, click License Server Proxy in the Quick Links bar.
  4. Click Edit in the License Server Proxy area and make the following changes:
    1. Select the Enabled check box next to licenseServerProxyAddress and enter the appropriate value for your environment in the box.
    2. Select the Enabled check box next to licenseServerProxyPort and enter the appropriate value for your environment in the box.
  5. If your proxy server requires authentication, provide the proxy server user name and password:
    1. Select the Enabled check box next to licenseServerProxyUsername and enter the proxy server user name in the box.
    2. Select the Enabled check box next to licenseServerProxyPassword and enter the proxy server password in the box.
  6. Click Save, and then restart Wowza Streaming Engine.

Configure license server proxy properties in XML