Re: [android-developers] help me! how to send video to TCP socket server??

2011-12-01 Thread Jim Graham
On Wed, Nov 30, 2011 at 10:12:17PM +0715, muhamad yamin yamin 2_dsx wrote: > On 2011 Nov 30 22:26, "muhammad.ume...@hotmail.com" < > muhammad.ume...@hotmail.com> 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

[android-developers] help me! how to send video to TCP socket server??

2011-11-30 Thread muhammad.ume...@hotmail.com
Hi, 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