Playing video in a GLSurfaceView instead of SurfaceView

前端 未结 4 515
醉梦人生
醉梦人生 2021-01-19 21:12

I\'ve been struggling with this for 2 days now... Following this answer: https://stackoverflow.com/a/2006454/444324 - it is mentioned that it\'s possible to play a video in

4条回答
  •  鱼传尺愫
    2021-01-19 21:42

    Check out the code available here for playing a video using OpenGl ES 2.0 with GLSurfaceView

    https://github.com/satish13131/Android_Programs/tree/master/graphics/opengl/video/surfaceview

    It involves OpenGL rendering for video

提交回复
热议问题