I need to play multiple video on screen using Open Gl ES 2.0 in Android. I have the code of playing a single video. For playing 3 videos I have used three 3 views with 3 videos. However there are issues related to performance when playing 3 videos (there is flickering on the screen at times or video stuck issue). So I wanted to know if there is better way of playing multiple video using Open Gl
When I played those 3 video using VideoView without using Open Gl, they are playing fluently. Even with 4 videos it worked well.