Hi all,
We are using custom build web portal for creating applications on wowza using REST API.
I would like to set per-application authentication with rest api when creating new application on wowza. Following manual (https://www.wowza.com/docs/how-to-enable-username-password-authentication-for-rtmp-and-rtsp-publishing) and despite lack of api docmentation i managed to add required custom property using rest with setting “publishPasswordFile” inside securityConfig
securityConfig": {
“publishPasswordFile”: “${com.wowza.wms.context.VHostConfigHome}/conf/${com.wowza.wms.context.Application}/publish.password”,
Now I need to create publish.password file within application directory. Is this possible with rest api? Is there any other solution how to set per-application authentication using rest api?
Thanks,
Nejc