Currently, there is a simple Flash project in development that connects to an RTMP server and streams video and audio from a webcam. The project allows users to create a stream with a specific name.
This project also features an input for entering a stream name for other entities to stream, allowing for a video-chat experience similar to Skype using Flash technology.
In the Flash environment, it is possible to control when to start publishing your own stream or play someone else's stream.
I am exploring ways to manipulate Flash functions such as StartPublish and StartStream using JavaScript.
I have been looking into resources like to guide me in this process.