Wowza Community

how to get result from sendResult in actionscript

when i call

sendResult(client, params, “shutdownclient”);

in java

how would i receive this in actionscript?

replaced it with

sendClientOnStatusError(client, “NetStream.Publish.Denied”, “User Security login failed”);

seems to work

You might also checkout our IExternalizable example here. This allows you to do some object serialization for a more sophisticated communication between your client and Wowza.

Thanks,

Matt