Wowza Community

Application instance startup on server startup, programmatically, not server listener

I’m wondering if there’s a way to setup inside an application to have it start up on server startup without having to use the server listener class to do such a thing. The idea is that new applications will be added to the server all the time and we don’t want to have to keep rewriting the listener to startup another app on startup and instead just have them startup automatically. Is that possible?

Hello!

Thanks for contacting Wowza Forums!

Regarding server startup and the application, have you checked this article our? Server Startup

Alternatively, you can write a script to check for new apps and if new apps exists, update the listener with that new app information.

Regards,

Jermaine