# streamPublisher reload streamscheduler.smil with curl command

**URL:** https://community.wowza.com/t/streampublisher-reload-streamscheduler-smil-with-curl-command/55846
**Category:** Wowza Streaming Engine
**Created:** [September 8, 2020, 1:57pm UTC](https://community.wowza.com/t/streampublisher-reload-streamscheduler-smil-with-curl-command/55846 "2020-09-08T13:57:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Anne-marie\_Gatringer](https://avatars.discourse-cdn.com/v4/letter/a/b5ac83/32.png) [@Anne-marie\_Gatringer](https://community.wowza.com/u/Anne-marie_Gatringer)
#### Post date: [September 8, 2020, 1:57pm UTC](https://community.wowza.com/t/streampublisher-reload-streamscheduler-smil-with-curl-command/55846/1 "2020-09-08T13:57:53Z")

</div>

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](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

---

<div class="post-metadata">

### Author: ![Anne-marie\_Gatringer](https://avatars.discourse-cdn.com/v4/letter/a/b5ac83/32.png) [@Anne-marie\_Gatringer](https://community.wowza.com/u/Anne-marie_Gatringer)
#### Post date: [September 9, 2020, 10:37am UTC](https://community.wowza.com/t/streampublisher-reload-streamscheduler-smil-with-curl-command/55846/2 "2020-09-09T10:37:19Z")

</div>

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](http://52.211.87.30: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

---

<div class="post-metadata">

### Author: ![Matheus\_Salomao](https://avatars.discourse-cdn.com/v4/letter/m/b3f665/32.png) [@Matheus\_Salomao](https://community.wowza.com/u/Matheus_Salomao)
#### Post date: [July 5, 2023, 4:35pm UTC](https://community.wowza.com/t/streampublisher-reload-streamscheduler-smil-with-curl-command/55846/3 "2023-07-05T16:35:16Z")

</div>

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