防火墙 FMS rtmpt

发布于 2024-08-09 16:52:51 字数 289 浏览 2 评论 0原文

我有使用 fms 服务器的 Flash 视频播放器。 当防火墙阻止端口 1935(默认端口)时,大约需要 30 秒 到要播放的视频。我尝试通过rtmp协议强制端口80并尝试连接到rtmpt 协议都失败了。我检查了fms中的配置文件并启用了端口80和1935。 iis和fms都监听80端口,不存在冲突。

我不知道还要检查什么? (也许强制端口的语法是错误的: rtmp://212.235.12.143/vod:80 或 rtmp::80//212.235.12.143/vod 或 rtmp://212.235.12.143:80/vod?)

I have flash video player that is using fms server.
when firewall is blocking port 1935(the default port) it takes about 30 second
to the video to be played. i try to force port 80 by rtmp protocol and try to connect to rtmpt
protocol and both failed. i checked the configuration file in fms and enabled port 80 and 1935 .
The iis and fms are listenning both to port 80, and there is no conflict.

i have no idea what else to check ? (maybe the syntax of forcing the port 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?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黎歌 2024-08-16 16:52:51
  • %FMS_install_folder%\conf\fms.ini 中是否允许端口 80(默认情况下)
  • 检查客户端的 :netConnection.connect('rtmp://localhost /vod/:80');

    当这样的客户端连接时,我在管理控制台中看到 vod :80 所以看起来没问题

  • check if port 80 is allowed in %FMS_install_folder%\conf\fms.ini (should be by default)
  • on the client side: netConnection.connect('rtmp://localhost/vod/:80');

    when such client connects i see vod :80 in administration console so it seems to be ok

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文