The native Media Player coming with the android SDK doesnt play most of the MPEG4 format video files. Is there an alternate 3rd party media players that I can use? If yes how can i use then? Will it be a jar that I can add to my lib directory or shd redirect the users to Android Market and ask them to install the FREE app ? which is the best approach?

Thanks in advance

link|improve this question

68% accept rate
@Robert -- > Why is this question closed? Please give a reason – AKh Jun 6 '11 at 23:57
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq – Robert Harvey Jun 7 '11 at 1:42
My question was which media player JAVA CLASS to use that can be integrated into android app for streaming MPEG4 videos. I had issues with the android native MediaPlayer.java. – AKh Jun 7 '11 at 6:05
@Robert --> Thank you – AKh Jun 7 '11 at 17:10
theoretically, you can compile VLC in android NDK. it seems hard to implement, but if you make serious application, this is the best solution – Adem May 3 at 15:06
show 1 more comment
feedback

1 Answer

up vote 0 down vote accepted

Vitamio is a library you can use and supports a range of formats. E.g. divx/xvid wmv flv ts rmvb mkv mov m4v avi mp4 3gp

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.