Multiple Video Files Simultaneously Playing in Android
问题 I had asked the same question for iOS on iPad but now I am trying to see if it's possible within Android. The response I received so far is no within iOS. If it's possible in Android please explain what API is used. Here's my original question referenced: Original Posting on iOS for Multiple Videos Playing Simultaneously on an iPad 回答1: I tried to do so(2 VideoViews), but only one video played. It is because of linux decoder, which may be used as single instance only(from stack trace info).