Flash Media Server and Wowza allow programming of custom remote methods in the server side code. For example, I can do NetConnection.call("myMethod",responder, arguments) from the client and have the myMethod function do something server side.
How would I do that with EvoStream?