Skip to main content
Participant
March 7, 2010
Answered

RTMP problem with remote connections

  • March 7, 2010
  • 1 reply
  • 686 views

Hi there,

I've been banging my head against the wall for several hours trying to figure this out, so I'm hoping some one will have an answer for me (it most likely is something very simple and easy)

I've installed Adobe Development Server on Windows 7, and when testing RTMP on localhost, everything works well. For example the SharedBall sample

that comes with the package works fine if I open multiple browsers on the server's localhost. Here's my problem: when I connect from a remote location to my webserver and use the same application (SharedBall) it doesn't seem to establish an RTMP connection - so in other words, the application is not being shared with remote clients.  The swf itself downloads to the remote browser and functions, but nothing is being shared over RTMP.  Could someone be so kind to tell me what it is I am doing wrong with my configuration?

Thanks in advance.

    This topic has been closed for replies.
    Correct answer vijay_das

    You will have to switch off firewall on your server or add exception for port 1935 (used by RTMP protocol) to get this working from remote clients.

    1 reply

    vijay_dasCorrect answer
    Adobe Employee
    March 7, 2010

    You will have to switch off firewall on your server or add exception for port 1935 (used by RTMP protocol) to get this working from remote clients.