I’m trying to make android app for streaming, using GoCoder SDK.
Did everything like in quick start guid ( https://www.wowza.com/docs/how-to-build-a-basic-app-with-gocoder-sdk-for-android ).
Initialized WowzaGoCoder and WOWZBroadcastConfig and set all params to it (hostAddress, portNumber, applicationName, streamName, username, password, videoBroadcaster, audioBroadcaster)
But every time i’m trying to start streaming i receive the same error:
“The connection attempt was refused by the remote destination or the destination could not be reached”
What is the reason of this error, and how can i fix it?