[Red5devs] how to proxy a remotingclient request from Red5
Walter Tak
walter at waltertak.com
Thu May 29 07:09:50 PDT 2008
Hello,
we are using the remotingclient method to call an AMFPHP gateway on another webserver, from Red5.
We would like to use a proxyserver instead of calling the AMFPHP gateway direct.
I'm talking about this class: http://dl.fancycode.com/red5/api/org/red5/server/net/remoting/RemotingClient.html
Example snippets:
String _gatewayAMF = http://external.server/amfphp_v12/gateway.php;
_service = new RemotingClient(_gatewayAMF);
_service.invokeMethod("AccessCheck.serverStartup", new Object[]{_serverId});
I'd like to access the gateway via a proxy. Can you , and if so how , specify a normal, ordinary proxy-address in the RemotingClient class ?
I cannot redirect outbound traffic with iptables or other nifty things on the server. I just need to redirect the remotingclient http requests.
Regards,
Walter Tak
--
I am using the free version of SPAMfighter for private users.
It has removed 319 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20080529/3a398836/attachment.html
More information about the Red5devs
mailing list