[android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread Doug
On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me  a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2. Write a JNI wrapper around the parts that need java access from the native layer 3. Profit I don't think you will get any more help

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
Thanks Doug, Now i am using Ubuntu VM Cross compile FFmpeg for Android. I have already downloaded ffmpeg wrapper for compiling code here getting ffmpeg lib but not getting how to interface with native layer for video codec. I know this is something extremely complicated issue, but this my

[android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread frak
This helped me a lot... https://github.com/guardianproject/android-ffmpeg This is not an easy path you have chosen however - I found cross- compiling to be very tricky to get going on my mac. May the force be with you... On Sep 21, 3:46 pm, NAVI NEW navi44...@gmail.com wrote: Please give me  

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
I have already tried this one on Ubuntu VM , this is compiling nice there, i am ffmpeg binary file there but now how to use this one with java native I want to play video from sdcard using this one. On Wed, Sep 21, 2011 at 8:55 PM, frak frak@gmail.com wrote: This helped me a lot...

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
Thanks very much , But I have already tried this one on Ubuntu VM , this code is compiling on Ubuntu , i am getting ffmpeg binary file there but now how to use this one with java native I want to play video from sdcard using this lib. On Thu, Sep 22, 2011 at 5:27 PM, NAVI NEW

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread kiran
Check Rockplayer Regards Kiran On Thu, Sep 22, 2011 at 2:42 PM, Doug beafd...@gmail.com wrote: On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2. Write a JNI wrapper around the

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
RockPlayer api is not available for developer angle , it's apk is free. All Player giving ffmpeg lib free for handle videoview using codec, Please help me how to configure this one, i have already read your thread with google developer but not getting actual way. Please solve my issue. On