I\'ve got some .MP4 video files that must be read in a VideoView in an Android activity. These videos include several audio tracks, with each one corresponding to a user languag
Haven't tested myself yet, but it seems that Vitamio library has support for multiple audio tracks (among other interesting features). It is API-compatible with VideoView
class from Android.
Probably you would have to use Vitamio VideoView.setAudioTrack()
to set audio track (for example based on locale). See Vitamio API docs for details.