如何测量 flash/red5 媒体服务器中的 ping 延迟
我唯一发现的是 NetConnection.info 中的 QoS 统计信息,但它不包含任何类型的延迟值。
在 red5 API 中存在“IConnection.getLastPingTime()”,它是否可以通过标准 Flex API 访问,或者我需要通过 RMI 调用轮询它?
Only thing I found is QoS statistic in NetConnection.info, but it does not contain any kind of latency values.
In red5 API "IConnection.getLastPingTime()" exists, is it accessible over standard Flex API or I need to poll it by RMI calls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jake Hilton 编写了一个端口测试应用程序(源可用),它可以帮助您或为您指明正确的方向。
http://www.jakehilton.com/?q=node/43
至于我们在服务器端提供的 IConnection 方法,如果您想直接从 Flash/Flex 应用程序调用它们,则必须公开其中的许多方法。
Jake Hilton wrote a port testing application (source available) which may help you or set you in the right direction.
http://www.jakehilton.com/?q=node/43
As far as the IConnection methods we offer on the server side, a lot of these must be exposed if you want to call them directly from Flash/Flex application.