[android-developers] Re: VideoRecorder and VideoPlayer

2009-09-25 Thread fala70
Yes sorry Marco, I want mean MediaRecorder and MediaPlayer. Then I think that the only solution is try to make a porting of ffmpeg libavcodec using ndk. Other suggestion ? On 25 Set, 02:21, Marco Nelissen wrote: > VideoRecorder and VideoPlayer don't exist in the Android SDK. > If you meant Medi

[android-developers] Re: VideoRecorder and VideoPlayer

2009-09-24 Thread Marco Nelissen
VideoRecorder and VideoPlayer don't exist in the Android SDK. If you meant MediaRecorder and MediaPlayer, then the answer to your question is no. At best, you could have a local proxy on the phone to feed data to MediaPlayer for playback. On Thu, Sep 24, 2009 at 5:15 PM, fala70 wrote: > > Hi,