red5 v0.9:从 red5 连接到 zend_amf
我希望能够从 red5 连接到 php 的 Zend_Amf 以便发送命令并执行操作。我怎样才能这样做?任何人都可以向我指出有关该主题的任何可用信息。
谢谢
I want to be able to connect from red5 to php's Zend_Amf in order to send commands and perform operations. how can i do so? can anyone please pinpoint me to any information available on the subject.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该是开箱即用的,只需确保您在 red5 应用程序中启用了“网关”servlet 即可。另外,由于 red5 默认情况下不在端口 80 上运行 http,因此请确保您的 php 调用在端口 5080 上。您可以在此处找到更多信息: http://wiki.red5 .org/wiki/Documentation/UsersReferenceManual/GettingStarted/03-Migration-Guide 下的“远程处理”部分。
This should work out-of-the-box, just make sure you have the "gateway" servlet enabled in your red5 application. Also since red5 doesn't run http on port 80 by default, make sure your php calls on port 5080 instead. You can find more information here: http://wiki.red5.org/wiki/Documentation/UsersReferenceManual/GettingStarted/03-Migration-Guide under the "Remoting" section.