Wowza Community

Curl command to Enable Stream Targets

Hi,

I looked around but i couldnt find the command to enable stream targets with curl.

Anyone knows how, or where i should find information on it.

Thanks,

Harry

Hello @harry seow

I would use this article and instead of the POST to create a stream target, I would use a PUT to update the stream target you want to enable: https://www.wowza.com/docs/stream-targets-query-examples-push-publishing

Then add this key value pair:

“enabled”:true

Regards,

Jason