Hi everyone,
I have some problem when trying to use Wowza GoCoder SDK. I’m using sample from:
(1) iOS Sample from Github (https://github.com/WowzaMediaSystems/gocoder-sdk-samples-ios)
(2) iOS sample from AppStore (https://itunes.apple.com/vn/app/wowza-gocoder/id640338185?mt=8)
(3) Android sample from Github (https://github.com/WowzaMediaSystems/gocoder-sdk-samples-android)
(4) Android sample from PlayStore (https://play.google.com/store/apps/details?id=com.wowza.gocoder)
Right now I can only stream live video from sample (2), sample (1), (3), (4) return following error:
{“level”: “error”, “code”: “NetStream.Publish.Failed”, “description”: “Not authorized to publish”, “clientid”: x.xxxxx+xx}
Sample (3) also show me this error:
A broadcast component reported the following error during the PREPARE_FOR_BROADCAST transition severity : ERROR error class : null error code : 0 description : The maximum no. of connection attempts has been reached
(We 're using our own server).
Please let me know what this error is and how to fix it?