Wowza Community

How to change Application Instance name

I have been looking all day. I am trying to write a web app that reads the http xml and would like the application instance name to be something other then definst. I need help as to where and how to make that change. I have conf/application/application.xml already but how is it added to the application.xml to get the change. I see the variable ${com.wowza.wms.context.ApplicationInstance} - Application instance name but not sure of syntax to add to application XML.

Any help would be appreciated.

Thanks

I guess you just add to the stremer url. If there is another way it would be great.

Thanks

You just do this by connecting to it in the rtmp url. For example, in a live application you can publish a stream named “myStream” to

rtmp://[wowza-address]:1935/live/instance1

For a Flash client to view “myStream”, they must connect to the same applicatoin/applicationInstance

rtmp://[wowza-address]:1935/live/instance1

That’s it, you don’t create application instances anywhere else in configuration files.

Richard