Wowza Community

How to start custom module app before initial access

Hi,

The custom module I wrote gets it’s onAppStart event triggered upon the first time the app is access from outside.

Is it possible to have it started (i.e. onAppStart triggered) before that upon the wowza service itself starts?

Thanks,

Jonathan

It sounds like you might want to try using our server event listeners and perhaps take a look at our how to load and lock an app instance.

It sounds like you might want to try using our server event listeners and perhaps take a look at our how to load and lock an app instance.

Yes, this should work.

Do you have a precompiled version of the load and lock module for wowza streaming engine 4.0? The downloadable in that thread looks old.

Thanks,

Jonathan

nvm - The downloadable pacakge did the trick for me.

Thanks!

Ok, great thanks for the update.