ANDROID: Is there is free 3rd party media player for streaming MPEG4 video? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionThe native Media Player coming with the android SDK doesnt play most o开发者_C百科f 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
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
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.
精彩评论