Wowza Community

streamPublisher reload streamscheduler.smil with curl command

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

Additional info:

this is the returned response received from the curl command

[root@ip-xx-xx-x-x ~]# curl -O http://xx-xx-xx-xx.:8086/schedules?appName=looplive&action=reloadSchedule.

[1] 22781

[root@ip-xx-xx-xx-xx ~]# % Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

100 196 100 196 0 0 65333 0 --:–:-- --:–:-- --:–:-- 65333

Anne-marie

hi, any news of how it can be done? im facing the same problem