I would like to show some video in my android application.
Video are like: http://myserver.com/video/myvideo.mov
All the video are in .mov and some in .flv.
.mov have H264 - MPEG-4 AVC (avc1)
video channel, and MPEG ACC Audio (mp4a)
audio channel.
.flv have Flash Video (flv1)
video channel, and MPEG Audio layer 1/2/3 (mpga)
audio channel.
If I play the .mov with the default android player I can see the video image, but I can't hear anithing. With the .flv I can see and hear the file in the default android player.
Is there a way to play correctly the .mov with the MPEG ACC Audio (mp4a)
audio channel?
Anyone know if there is a custom library to play this .mov files? Thank you in advance!