Hello,
I’m used wowza cloud paid service for audio broadcasting and streaming.
I have one issue, first, I was started streaming using wowza cloud API after API success response than
I will check stream status wowza API and wowza status API response in streaming status is started but return this 2 error “Connection rejected, exiting" and "****Status is idle , error is “An error occurred when trying to connect to host: 23356b.entrypoint.cloud.wowza.com” (code = 15)”
1 ) Streaming start API response.
https://api.cloud.wowza.com/api/v1.3/live_streams/vbnmk2sy/start Response : [“live_stream”: {
state = starting;
}]
- streaming status API response :
https://api.cloud.wowza.com/api/v1.3/live_streams/vbnmk2sy/state Response : [“live_stream”: {
"ip_address" = “35.200.229.211”;
state = started;
}]
Display error :
Connection rejected, exiting
SDK Wowza State Error :-> Status is idle , error is “An error occurred when trying to connect to host: 23356b.entrypoint.cloud.wowza.com” (code = 15)
How to Solve this 2 issue?