- Edit [install-dir]/conf/Authentication.xml and change the passwordFile property for the basic and digest authentication methods as follows:
Code:from: ${com.wowza.wms.context.VHostConfigHome}/conf/publish.password to: ${com.wowza.wms.context.VHostConfigHome}/conf/${com.wowza.wms.context.Application}/publish.password - Each time you setup an application create the file [install-dir]/conf/[application]/publish.password file to store the username and passwords for that application.
For RTMP authentication (as in the MediaSecurity AddOn package) you need to add this property to the <Properties> level container at the bottom of [install-dir]/conf/[application]/Application.xml (be sure to get the correct <Properties> container - there are several in the file):
Code:
<Property>
<Name>rtmpEncoderAuthenticateFile</Name>
<Value>${com.wowza.wms.context.VHostConfigHome}/conf/${com.wowza.wms.context.Application}/publish.password</Value>
</Property>
- Click here, if you are having problems or would like to discuss this article.
- Leave a comment below, if there is some aspect of this article you would like to see changed or improved.


Article List
Categories
Wowza Media