hi.
my job is PHP programmer. im not WOWZA engineer.
Problems arose during development.
I made ten applications and application’s StreamTargets
after creating a application , i created StreamTarget ( use RestApi OR directly web manager)
Result : All the applications refers to the last created one’s StreamTarget…
enalbled applications seem to share StreamTarget
i want RestApi : I want to know the independent StreamTarget of each channel. and not sharing StreamTarget
Thank you.
Hi,
By default, applications use the same stream target list located in your conf/PushPublishMap.txt file. You will need to configure your applications to have a separate Stream Target list. This list will be populated in the conf/[appName]/PushPublishMap.txt for each configured application. To configure your app to use a different map file, add the following custom property to your application:
Path = Root/Application/
Name = pushPublishMapPath
Value = ${com.wowza.wms.context.VHostConfigHome}/conf/${com.wowza.wms.context.Application}/
PushPublishMap.txtType = String
Michelle