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.
如果有多个用户将视频从他们的网络摄像头流式传输到 red5 服务器,我该如何选择使用 AS3 播放哪个流?
您需要发布一个流 id 列表,然后使用 NetStream 对象播放它。
var nc:NetStream = new NetStream(netConnection) video.attachNetStream(nc); nc.play("streamId");