Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来获取从 Flash Media Server 到动作脚本的流状态。我需要知道流是否有来自 flex/ActionScript 的发布者/侦听器。
查看 Adobe Flash 媒体服务器管理 API。有些调用可能会对您有所帮助,例如 getNetStreams() 和 get NetStreamStats()。您可以尝试编写一个服务器端操作脚本类,该类对管理 API 进行这些调用,然后通过 NetConnection 上的回调将结果推送回您的 Flex 应用程序。