Hi
I have successfully setup the serverListener & streamPublisher to provide vod2live and loopUntilLive
The Wowza instruction indicates that the streamschedule.smil file can be loaded and reloaded using a ‘curl’ command without the need to restart the server (which is what I would like to accomplish particularly because I have a configuration with multiple vHosts )
See at the very bottom of the page : https://www.wowza.com/docs/how-to-schedule-streaming-with-wowza-streaming-engine-streampublisher
I am using a AWS EC2 linux instance with WSE 4.8.5
I have tried several version of the curl command but it has no effect on reloading the streamscheduler.smil file where my Application name is ‘looplive’
curl http://[my WSE IP]:8086/schedules?appName=looplive&action=reloadSchedule
curl “http://[my WSE IP]:8086/schedules?appName=looplive&action=reloadSchedule”
curl -o http://[my WSE IP]:8086/schedules?appName=looplive&action=reloadSchedule
curl -O http://[my WSE IP]:8086/schedules?appName=looplive&action=reloadSchedule
Can you point me in the right direction for the correct curl command syntax to have an effect on the reload?
Thank you
Anne-Marie