Wowza 权限的来源验证

Wowza permissions for source authentication

我想授予发布者权限,这样他们就无法流式传输到 wowza 服务器上的所有实时应用程序。使用默认配置,发布者可以在 wowza 服务器上流式传输所有实时应用程序。

假设有 3 个发布者:publisher1、publisher2、publisher3 和 3 个实时应用程序:liveapp1、liveapp2、liveapp3。我想让每个发布者只能像下面这样流式传输他们的应用程序:

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

我尝试在相关实时应用程序的 Application.xml 中为 clientStreamWriteAccess 参数提供用户名。但它没有用。通常情况下,该参数的值为“*”。

有什么办法可以做到吗?谢谢

解决方案是为每个应用程序设置不同的 "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.

查看 this 了解详细说明。