Muhammad UMER wrote:
> hi,
>       Thanks for your kind reply, I studied about MediaRecorder to capture
> video, but i want to send video to my server (TCP socket) live. and save
>  this video on a file.
>
>
>
>
>
> also i found that, the ParcelFileDescriptor.fromSocket(socket) can be
> use to send the video but i don't know, how to recieve it on server
> side. if you have any idea about please reply
>
>
> me.
> e.g,
>            pfd = ParcelFileDescriptor.fromSocket(socket);
>            recorder.setOutputFile(pfd.getFileDescriptor());
>
>
>

http://mattakis.com/blog/kisg/20090708/broadcasting-video-with-android-without-writing-to-the-file-system

pskink

-- 
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

Reply via email to