I am creating live streams on the go using Wowza Cloud Stream REST API. Everything working fine except that sometime we are getting “Limit Reached Error”. I don’t know what is the maximum limit for creating live streams and how to handle this kind of issues/errors ?
Following is the full response we got from the API:
[meta] => stdClass Object ( [status] => 409 [code] => ERR-409-LimitReached [title] => Limit Reached Error [message] => You’ve reached the maximum number of stream targets that can be added in a three-hour period. You can add more at 10 April 2017 09:15 AM UTC. If you need to create more targets sooner than that, contact Support. [description] => [links] => Array ( ) )