Skip to main content
January 13, 2009
Answered

RTMPT / Tunneling doesn't work

  • January 13, 2009
  • 3 replies
  • 801 views
I have Flash Media Streaming Server 3 running on a Windows 2003 machine with IIS 6. I can view the Video-on-demand samples locally and remotely just fine using rtmp, but not rtmpt. I have disabled socket pooling using httpcfg, but FMS 3 doesn't seem to be binding to any IP addresses on port 80. Next steps?

hbz
    This topic has been closed for replies.
    Correct answer
    You can add ports as a comma delimited list:

    ADAPTOR.HOSTPORT = xxx.xxx.xxx.12:1935, 80

    Then restart the FMS service, and you should be all set. You can run netstat -nab from the command prompt to make sure FMS is bound to port 80

    3 replies

    Correct answer
    January 13, 2009
    You can add ports as a comma delimited list:

    ADAPTOR.HOSTPORT = xxx.xxx.xxx.12:1935, 80

    Then restart the FMS service, and you should be all set. You can run netstat -nab from the command prompt to make sure FMS is bound to port 80
    January 13, 2009
    Hello, JayCharles! Thanks for your quick reply. In "fms.ini" I have set the following:

    ADAPTOR.HOSTPORT = xxx.xxx.xxx.12:1935

    IIS is not bound to this IP. Where do I configure FMS for port 80?

    hbz
    January 13, 2009
    Did you configure FMS to bind to port 80? Also, did you use the IIS manager to bind IIS to an IP other than the one FMS is using?