Skip to main content
Known Participant
March 4, 2011
Question

Is there a way to pass my rtmp call for a live stream through a proxy server?

  • March 4, 2011
  • 1 reply
  • 1037 views

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?

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 7, 2011

    Have you tried using connectedProxyType and setting it to "CONNECT". (check docs here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetConnection.html#connectedProxyType )

    I have not tried it personally but just check to see if it resolves the issue.