On Wed, Nov 30, 2011 at 10:12:17PM +0715, muhamad yamin yamin 2_dsx wrote: > On 2011 Nov 30 22:26, "[email protected]" < > [email protected]> wrote: > > I am succeed to record video through Mediarecorder on SD card > but i want to send this video to pc server without writing to SD card. > I search it and i found the parcelFileDescriptor is the way to send > video to TCP socket > but i don't know how to receive it on server side please explain it.
You need to write a program for the server side that implements the same protocol as the one on your client side. That, or use an existing network protocol and the daemon for it. Beyond that, unless your PC is somehow running Android, you'll need to find the right forum in which to ask your question. Hint: this is NOT that group. Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) MiSTie #49997 < Running FreeBSD 7.0 > [email protected] ICBM/Hurricane: 30.44406N 86.59909W "sigh, once upon a time T-1 was fast...." --seen in alt.sysadmin.net-abuse.email Android Apps Listing at http://www.jstrack.org/barcodes.html -- 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

