Thursday, September 21, 2017

How TO Enable Wowza Rest API

Step-1: This blog helps to find how to enable wowza rest API and then Navigate to [install-dir]/conf/ and open Server.xml in a text editor.


 

Step-2: Locate the <AuthenticationMethod> property in the <RESTInterface> section.


  

Step-3: On the computer that has the Wowza Streaming Engine software installed, open the [install-dir]/conf/Server.xml file in a text editor and change:

 

1
2
3
<span style="font-size:16px;"><span style="font-family:arial,helvetica,sans-serif;"><DocumentationServerEnable>false</DocumentationServerEnable>
to:
<DocumentationServerEnable>true</DocumentationServerEnable> </span></span>


Step-4(Optional): To change the default documentation servlet port, change:

1
2
3
<span style="font-size:16px;"><span style="font-family:arial,helvetica,sans-serif;"><DocumentationServerPort>8089</DocumentationServerPort>
to
<DocumentationServerPort>[port-number]</DocumentationServerPort> </span></span>


Step-5: Change the <restinterface>/<documentationserverauthenticationmethod> property from:</documentationserverauthenticationmethod></restinterface>


1
2
3
4
<span style="font-size:16px;"><span style="font-family:arial,helvetica,sans-serif;"><DocumentationServerAuthenticationMethod>digest</DocumentationServerAuthenticationMethod>
to:
DocumentationServerAuthenticationMethod>none</DocumentationServerAuthenticationMethod>
 </span></span>

Step-6: (Optional) Change the <restinterface>/<authenticationmethod> property from:


1
2
3
<span style="font-size:16px;"><span style="font-family:arial,helvetica,sans-serif;"> <AuthenticationMethod>digest</AuthenticationMethod>
to:
<AuthenticationMethod>none</AuthenticationMethod></span></span>


Step-7:

After then used postman for Wowza API

 




Step-8: After then used the Wowza for live streaming

 

 Read More at - http://www.oodlestechnologies.com/blogs/How-TO-Enable-Wowza-Rest-API

No comments:

Post a Comment