Hi,

    I want to stream a video file present in the AVD SD card to a
server.

    I thought there is a way to do it using the mediarecoder. Indeed
it does provide the streaming options like the following API  ==>
"recorder.setOutputFile(pfd.getFileDescriptor());" Here by setting the
sock fd we can redirect the stream data.

    Now the problem. The problem comes when we create the
mediarecorder.

  MediaRecorder recorder = new MediaRecorder();
 recorder.setVedioSource(MediaRecorder.AudioSource.MIC); <===== This
API is the point of contention as MediaRecorder.VideoSource has only
two values .. 1) Camera; 2) Default.

   Can any how I can put the source to be the video file ???


Kindly help.

Thanks & Regards
Ashutosh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to