WowzaMediaSystems / gocoder-sdk-samples-android

A sample app for Android that demonstrates the capabilities of the Wowza GoCoderâ„¢ SDK.
https://www.wowza.com/products/gocoder/sdk
Other
53 stars 51 forks source link

the server hostname or address is not recognized #15

Closed Slake07 closed 6 years ago

Slake07 commented 6 years ago

I got this error message while going to live streaming.

i set below details for configuration:

    goCoderBroadcastConfig!!.hostAddress = "rtmp://someaddress"
    goCoderBroadcastConfig!!.portNumber = 1935
    goCoderBroadcastConfig!!.applicationName = "live"
    goCoderBroadcastConfig!!.streamName = "myStream"

above address, port and streamname run fine while using other rtmp sample app. but its not working in it. help me with this issue.

manitou2k commented 6 years ago

You need to remove that "rtmp://" part from the host address - just the IP or domain there.