java - How do I restart a Wowza application from within a module? -
i want restart wowza application, module no need go services restart wowza service. if possible please give better solution or there method so?
you should able use iapplicationinstance.shutdown(isservershutdown, isappshutdown)
or iapplication().shutdown(isservershutdown)
in module or httpprovider. in httpprovider, need reference application instance shutdown.
Comments
Post a Comment