We have to capture the real-time video using Android Camera, and send them to the server, then other users would read them through the browser or something else.
Prepare the camera preview in the way described here. The Camera object has a setPreviewCallback method in which you register the preview callback. This callback provides data buffer (byte array) in YUV format that you can stream to your server.