actionscript 3 - How can I choose which live video to play from red5 server using AS3? -
if there several users streaming videos webcams red5 server, how can choose stream play using as3?
you need have list of stream ids published , play using netstream object.
var nc:netstream = new netstream(netconnection) video.attachnetstream(nc); nc.play("streamid");
Comments
Post a Comment