I went to update to the latest WSE on my EC2 instance. It apparently created a new copy running in a separate folder. Frustratingly, both seem to be operating and responding to commands to record content. I’d like to disable the new one and just run the old one because it has a custom module working on it that I need. Need help quick if anyone can.
Hello @Bill_Goodwin1,
You can uninstall the verstion that was recently installed by running the command which we outline in the following article:
https://www.wowza.com/docs/uninstall-wowza-streaming-engine
Run the following commands:
cd /usr/local/WowzaStreamingEngine-[ version you want to remove ]
sudo ./uninstall
Regards,
Alex