onSurfaceTextureAvailable in VideoView is never called... I have this view that is holding the textureview.
public class MyMediaPlayer extends RelativeLa
I have met the same issue, onSurfaceTextureAvailable never called. Finally I found my textureview is invisible before setSurfaceTextureListener. So check status of textureview at first.
onSurfaceTextureAvailable
textureview
setSurfaceTextureListener