I've seen plenty of info about how to stream video from the server to an android device, but not much about the other way, ala Qik. Could someone point me in the right direction here, or give me some advice on how to approach this?
feedback
|
|
I have hosted a open source project to enabling Android phone to IP camera: http://code.google.com/p/ipcamera-for-android The raw video data is fetched from LocalSocket, and the MDAT MOOV of MP4 was checked first before streaming. The live video is packed as FLV format, and can be played via Flash video player with a build in web server :) | |||||||||
feedback
|
|
I'm looking into this as well, and while I don't have a good solution for you I did manage to dig up SIPDroid's video code: http://code.google.com/p/sipdroid/source/browse/trunk/src/org/sipdroid/sipua/ui/VideoCamera.java | |||||||
feedback
|
|
Took me some time, but I finally manage do make an app that does just that. Check out the google code page if you're interested: http://code.google.com/p/spydroid-ipcamera/ I added loads of comments in my code (mainly, look at CameraStreamer.java), so it should be pretty self-explanatory. The hard part was actually to understand the RFC 3984 and implement a proper algorithm for the packetization process. (This algorithm actually turns the mpeg4/h.264 stream produced by the MediaRecorder into a nice rtp stream, according to the rfc) Bye | |||
|
feedback
|
protected by Community♦ Sep 27 '11 at 18:49
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.