I want to create two swf (publisher and subscriber).
I have created the publisher client which publishes the webcam video to the Red5 server.
Now I want to create the subscriber. I want some kind of combo box which lists all the streams being published at that moment. So that user can click on any of the stream name in the list to see that stream.
Q1. How the subscriber client can find all the published stream at that moment?
Q2. How the subscriber can update that list automatically (any events for which it can listen to so that it can add or delete stream from the list)?