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.
Web カメラから red5 サーバーにビデオをストリーミングしているユーザーが複数いる場合、AS3 を使用して再生するストリームを選択するにはどうすればよいですか?
ストリーム ID のリストを公開してから、NetStream オブジェクトを使用して再生する必要があります。
var nc:NetStream = new NetStream(netConnection) video.attachNetStream(nc); nc.play("streamId");