Skip to main content
November 11, 2009
Question

FMS behind a proxy

  • November 11, 2009
  • 1 reply
  • 1020 views

Hi everyone,

I'm using a proxy server to access the public network.

I follow the flash tutorial and i configured the Adaptor.xml file as following:


<HTTPTunnel>
<Enable>true</Enable>
</HTTPTunnel>
<HttpProxy enable="true" maxbuf="16384">
<Host port="80">125.23.65.59:3128</Host>

125.23.65.59:3128 is the ip adress and the port for the proxy server that i'm using.

When i want to connect to my FMS server using the rtmp protocol: rtmp://mywebsite.com/app , i have an error message: connection failed.

I opened the 1935 port on my firewall.

There's something else that i should modify or setup to let the rtmp protocol works with FMS behind a proxy ?

Thanks



    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 12, 2009

    What flash tutorial?

    Does connecting to 1935 locally on the server work?

    November 12, 2009

    Here is the flash tutorial:http://kb2.adobe.com/cps/408/kb408205.html

    Without a proxy, it connect locally using the 1935 port.

    I'm also able to connect from the external network to my local network using the same port.  The firewall is configured to accept incoming rtmp connection

    But as soon i use a proxy, the connection fail.