Looking for some advice or guidance. I have successfully built apps that connect to streaming server, interact, etc... by setting a specific number of video streams(netstreams) that can be displayed. Lets say 9 on the screen at once. However it is very redundant by adding each interface and having a user interact to display the video they want.
My question for guidance is how would I approach the dynamic adding of the streams, lets start with audio. Let users connect and publish audio stream and each user would subscribe to that stream dynaically. I just need some guindance on the methodology to approach this without having to have a seperate subscribe function for every one that is being subscribed to so that I can just make it dynamic for users as they come in. I already interact with shared objects, but not sure how the fucntion would go to do this without seperate fucntions for a set number. The next step will be to force a video subscribe froma leader perspective, but I think I can do that once I can dynaically subscribe users streams as they enter and publish. Any help would be great. Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6519 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/flex/unsubscribe.cfm