Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
@Robert -- > Why is this question closed? Please give a reason – AKh Jun 6 '11 at 23:57
1  
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 '12 at 15:06
show 1 more comment

closed as off topic by Andrew Barber Mar 24 at 9:20

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

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

share|improve this answer

We use the HLS Android player library from Nexstreaming.

It works pretty well in all android devices. For us, it was too complicated to use FFMPEG and impossible to forecast the future/roadmap of the code so, we gave up on that path.

share|improve this answer

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