I added a SurfaceView into the Cube demo from the ApiDeoms.
And tried to use a MediaPlayer to play with it.
But it failed with low-level player error which is different on different devices.
Is it possible to play videos on a GLSurfaceView or it’s all about hardware support?
I added a SurfaceView into the Cube demo from the ApiDeoms. And tried to
Share
I found out that depends on native decoder support.
If it failed on a device, the device does not support it.