Fire wall fms rtmpt

I have a flash player that uses an fms server. when the firewall is blocking port 1935 (the default port), it takes about 30 seconds to the video being played. I am trying to force port 80 to rtmp protocol and try to connect to rtmpt protocol and both have failed. I checked the config file in fms and allowed ports 80 and 1935. Iis and fms are listening on both port 80 and no conflict exists.

I have no idea what else to check? (maybe the port forcing syntax is wrong: rtmp: //212.235.12.143/vod: 80 or rtmp :: 80 // 212.235.12.143 / vod or rtmp: //212.235.12.143: 80 / vod?)

+2


source to share


1 answer


  • check if port 80 is allowed in %FMS_install_folder%\conf\fms.ini

    (should be the default)
  • client side: netConnection.connect('rtmp://localhost/vod/:80');



    When such a client connects, I see it vod :80

    in the admin console, so it seems like it's ok.


0


source







All Articles