views:

1078

answers:

3

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?

A: 

I would like to find and android app just like qik but for using it with my own flash media server. Does it exist?

Please do not ask questions inside the answer area,
sukitha
+2  A: 

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

ObsidianX
Checking out that piece of code now.. Will inform everyone soon :)
Azlam
What they have done over there is they stream using RTP packets to a server.Now the question is what is being done on the server? what does the trans-coding and how is it getting streamed
Azlam
A: 

You can look into ffserver a component in ffmpeg.

Vinay