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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -