Bilal Gultekin
Bilal Gultekin

Reputation: 5311

Wowza permissions for source authentication

I want to give permissions to publishers so that they can't stream to all live applications on wowza server. With default configuration, publishers can stream all live applications on wowza server.

Let's say there are 3 publishers: publisher1, publisher2, publisher3 and 3 live applications: liveapp1, liveapp2, liveapp3. I want to make each publishers can stream only their application like below:

publisher1 => liveapp1
publisher2 => liveapp2
publisher3 => liveapp3

I tried giving user names to clientStreamWriteAccess parameter in Application.xml of related live application. But it didn't work. Normally, value of this parameter is "*".

Is there any way to make this? Thanks.

Upvotes: 0

Views: 268

Answers (1)

joarleymoraes
joarleymoraes

Reputation: 1949

The solution is to setup different "publish.password" files for each application.

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.

Check this out for detailed instructions.

Upvotes: 2

Related Questions