I have been looking for the exact same answers as well. So would appreciate any help on this.
Some additions/ refinements on what I have tried etc. a. Want to use the MediaRecorder API (2.2 + would do). I have already tried the previewframeCallback method (by sending Bitmaps across the network) in the 1.6 API but it does not work fast enough, and has no Audio. b. Problem with using the MediaRecorder API: After reading http://www.mattakis.com/blog/kisg/20090708/broadcasting-video-with-android-without-writing-to-the-file-system , looks like there would be some issues with the ATOM sizes not being added on the fly. Does anyone have a more detailed solution to this problem? c. Is there any code or API Available to encode the video as RTSP? d. I was using HTML and the httpClient API to "PUT" the images on the server. However, if an RTSP Stream can be setup from the phone, it can easily be played on a PC Client (using VLC) and on the Android Phone (the Media Player can play RTSP Streams ). Would appreciate the help.. Cheers Tanmay On Mar 7, 5:35 am, Fahad Shaikh <[email protected]> wrote: > Hi! There have been many similar questions but yet I can not find my answer. > > I want to stream live video from android phone to a PC and to another > android phone. Now my queries. > > 1. How to send the live stream to the PC at my home i.e intranet? > 2. What client technology/api do I need to send the stream to the server > on PC? > 3. What software/api do I need to make the server on the PC as well as on > Android phone? > 4. How will I transmit the stream i.e Bluetooth, 3G etc and how will I > mantain the session between the client and the server? > > -- > Fahad Ali Shaikh -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

