Need to help
How play video on Surface(OpenGL) in Android? I tried playing video in mySurfaceView extends SurfaceView with help m
Surface(OpenGL)
mySurfaceView extends SurfaceView
mMediaPlayer.setSurface(new Surface(mSurfaceTexture));
You can use above line of code to use it on your mediaPlayerObject over your desired surfaceTexture which is a applied texture over your surfaceview.
Hope that helps.