I’ve read through the quickstart and the users manual but haven’t seen an answer to this.
If I have one or more customers streaming live through my EC2 Wowza instance, and I make a change to the system config (to add another application, for example), is there any way to get Wowza to read the new config without doing a complete restart? Basically, doing the same function as the graceful restart that the Apache server offers? I’d really like to do my config updates without blowing live streams off the air. Perhaps doing a "kill -USR1 " or something similar?
If you add a brand new application, you do not have to restart Wowza. If you make a change to an application, it will have to be re-loaded before new connections are affected by the change. You can do that with JConsole. Unloading one application will only affect clients connected to that application, but not others.
You should be able to add or change a VHost configuration similarly.
If you add a jar file to the Wowza lib folder, or make a change to Server.xml, or log4j.properties, you have to restart Wowza to make that change take affect.
A live stream? What is the source? Is it a MediaCaster source, e.g. IP camera or mpeg-ts encoder? Those you can control with the MediaCaster system. If it is a Live RTMP encoder, those are hard to stop from Wowza. You can shutdown the client, but some of them will re-connect right away.
If you shut down the FMLE connection’s connectection you cannot turn that back on. I’m not really sure what you are seeing in terms of reboot, but you can only disconnect a live RTMP encoder client. You cannot turn that client back on. It can re-connect, but it will have another clientID.
With MediaCaster streams that are pulled from a source (IP camera, mpeg-ts encoders) you have the server-side control that you describe but, not from a Live RTMP Encoder.
The screenshot shows that no applications are started. There would be an application folder that you can expand to drill-down to application instances, etc.
You can start an application by connecting to it with any type of client. For example if you try to play a stream, even one that does not exist, in any playback client, Wowza will start the application if it exists. Then you will see it in JConsole.
You can also start an application in JConsole, just below were you are in VHost > Operations > startApplicationInstance: enter an app name in the first box, and an app instance name (or blank) in the 2nd box.
I’ve configured my EC2 instance to allow remote JConsole connection, and I can connect from my desktop Linux machine just fine. I see the WowzaMediaServerPro entry on the MBeans tab. If I wanted to restart my ccrepeater application, how would I do so using JConsole?