RTMPT 和网络连接
我如何连接到 FluorineFx RTMPT 服务器? 我如何配置 FluorineFx RTMPT 服务器? 我可以在没有安装 IIS 的情况下启动 FluorineFx RTMPT 服务器吗?
有教程吗?
How i can connect to FluorineFx RTMPT server?
And how can i configure FluorineFx RTMPT server?
Can i start FluorineFx RTMPT server without IIS installed?
Is there any tutorial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何配置 FluorineFx 服务器。
我可以告诉您,RTMPT 不需要 IIS 即可工作。 RTMPT 仅使用端口 80 而不是 1935。
您将能够像平常一样连接到服务器。您现在可能只需要指定要连接的端口。
示例:
以下可能有效,尚未测试:
希望这有帮助。
I'm not sure how to configure a FluorineFx server.
I can tell you that you do not need IIS for RTMPT to work. RTMPT just uses port 80 instead of 1935.
You will be able to connect to the server the same way as you would normally do. You will probably just need to specify the port to connect to now.
Example:
The following MIGHT work, haven't tested:
Hope this helped.