12/13/2010 4:18:25 AM
Title:
red-5 how to show live users connected
Hi,
I am working on an Flex application with red-5. It is based live broadcast, the flow is:
1. user connects to red5 and starts broadcasting
2. viewers also connect to same location on red5 and receive live broadcast.
I have to show how many people are attending the live broadcast. I am using remoteSharedObject thanks in advance for any help.
Thanks
12/15/2010 10:41:26 AM
you need to create a user List using FSO file. AS a new user enters you should add it to the fso and as user logs out remove it from fso. The fso will be available at every user. SO each user will have the list of all the people attending.