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 からアクション スクリプトへのストリームのステータスを取得する方法を探しています。ストリームにフレックス/ActionScript のパブリッシャー/リスナーがあるかどうかを知る必要があります。
Adobe Flash Media Server Administration API を見てください。getNetStreams() や get NetStreamStats() など、役立つ呼び出しがあります。これらの呼び出しを管理 API に行い、NetConnection のコールバックを介して Flex アプリケーションに結果をプッシュするサーバー側アクション スクリプト クラスを作成してみてください。