Hi,
I'm not writing any video players right now, it's just a pure curiosity
So, what if I want to create one for Android, how can I find codecs for it?
And how do I use them in my Java code?
Are there any useful links on this matter?
Thanks
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi,
I'm not writing any video players right now, it's just a pure curiosity
So, what if I want to create one for Android, how can I find codecs for it?
And how do I use them in my Java code?
Are there any useful links on this matter?
Thanks
Last edited by goodguy; March 16th, 2011 at 06:24 AM.
Hello goodguy,
I have no experience in Android development but I am planning on upgrading my mobile phone so it is something I am very interested in.
See if these links help:
VideoPlayer.java - android-projects - Google Project Hosting
MediaPlayer | Android Developers
If you do attempt this, then please keep us updated.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
Thanks
But I suppose it will be something like a standard player, which doesn't support any major video formats.
Maybe there's some non-android specific Java video encoders for DivX or XviD? Or FLV?