Hello All,
Trying to play a video using TextureView with source code (version 1.5.1.1) but the video is not getting displayed.
To use Textureview, Chnaged the SurfaceVIew variable to TextureView and fixed all the compilation error of VideoPlayerActivity(vlc-android).
Is there anything else also need to be changed to play the video in TextureView.
And also found that the AWindow#attachTextureView() throws IllegalArument Exception.
Reason : The TextureView.SurfaceTextureListener#onSurfaceTextureAvailable() is not getting called back due to which the SurfaceTexture is null.
Regards,
--RupaK