We have already discussed about installing Wowza media server on the previous post, we will add a new user
http://192.168.0.1:8088/enginemanager
Create User and Configure:
click "Server" on the munu bar -> Users -> click on "Add User"
Enter the User Name and Password, Choose ReadOnly or Administrator options, Click on "Add" button
(give permission for access level )
The user list page able to Edit user details, change password and Delete that user from the list
Once completed on Wowza panel, Login into your server by ssh:
Assume that, Wowza Media Server installed path is /usr/local/WowzaStreamingEngine
# /usr/local/WowzaStreamingEngine//application/
# mkdir livestream
# cd /usr/local/WowzaStreamingEngine/conf/
# cp -rf live livestream
# mkdir livestream
# cd /usr/local/WowzaStreamingEngine/conf/
# cp -rf live livestream
Set password :
Be ensure the password has sets in both files admin.password and publish.password
vi admin.password
#### Admin password file (format [username][space][password][space][group])
####username password group|group
lives adminpass admin
livestream user@pass
Also set password in publish.password
vi publish.password
admin adminpass
username user@pass
finally restart wowza server,
Comments (0)