Skip to main content
September 26, 2010
Question

netconnection.connect(), which port to open

  • September 26, 2010
  • 1 reply
  • 693 views

Hi all,

I have a swf running within a web browser and publishing audio stream to the server. If the client's computer has a firewall, should it be configured for outgoing netconnection.connect() request?

Thanks in advance

-s 

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 27, 2010

    Generally firewalls at clients end do not block outgoing connections but its not that they cannot be configured to do so. You can check if client's machine firewall blocks any outgoing connections and what all connections and on which port. If you find its blocking rtmp connections or blocking port 1935 and 80, you might want to open them.