Wowza Community

IOS Go Coder playback getting SecureToken Failed. error code 14

Our wowza server enable security mode, where player need to pass some parameter such as tokenhash and etc, assume URL is rtmp://1.1.1.1/appname/streamname?token=1235,
Tested with and it work VLC, other rtmp player.
But with Go Coder, it return with error “SecureToken Failed.”
i tried to append parameter after streamname, still not working

i tried to set connectionParamaters with parameter, not working too.

Anyone having same issue or solution? thanks

Hello @Sean Tee

Unfortunately SecureToken 2 is not available for GoCoder SDK, only username/password auth. You will need to create your own token method handling within the app.

Regards,

JasonT