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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -