Wowza Community

Potentially Simple Wowza Streaming Engine Fix

Hello,

With the help of the Wowza example apps, I just recently implemented parts of the Wowza SDK into my iOS app with the goal of streaming to the Wowza Streaming Engine. To configure the app, I used all of these:

goCoderConfig.load(WZFrameSizePreset.preset1280x720)

goCoderConfig.username = XXXX

goCoderConfig.password = XXXX

goCoderConfig.hostAddress = XXXX

goCoderConfig.streamName = “myStream”

goCoder?.config = goCoderConfig

For the host address, I’m putting the IP address that’s located in Applications >> Sources in the Wowza Streaming Engine.

However, when I try to broadcast, I’m getting an error that says "Live Streaming Error - Status is idle, with error “An error occurred when trying to connect to host: http://XXXX” (code 14)

Let me know if you have any idea what I could do to fix this.

Thanks a lot!

Mike

Hello Michael,

For an issue like this I would suggest testing with the Stock GoCoder app for your device:
https://www.wowza.com/docs/wowza-gocoder-app

This will allow you to check to see if your firewall is allowing traffic through.

If you are still facing issues please do submit a support ticket here:

https://www.wowza.com/support/open-ticket

Regards,
Jason Hatchett