Is there a way to pass my rtmp call for a live stream through a proxy server?
I have a Flex application that plays live streams. Works well.
Somebody I know can't watch because they have a proxy server. The nc.connect() call to get the live stream fails because it goes direct from AS3 to FMS and doesn't go through the proxy server.
Is there something in AS3 that I can wrap my nc.connect() call in to make it proxy aware?
