Wowza Community

wowza automatic restart

plz how i can auto restart the wowza server daily or every 12hrs

thanks

Hi emile_k,

The easiest way to handle this would be a shell script or batch command file that runs on a schedule. You can use crontab if you are using Linux/OSX for your scheduler, and Task Scheduler if you are using Windows. In your shell script/batch command file, you would just need to invoke the commands to restart the Wowza service.

The contents of your shell script/batch file would depend on whether you are running in service mode or standalone mode, and in what operating system you use. Can you give us this information, and I can reply with the shell script/batch file?

Michelle