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