yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

Shows a black screen with audio #49

Open ArunJoseCyfous opened 5 years ago

ArunJoseCyfous commented 5 years ago

I used the same code given in git but, it shows a black screen and audio is working well

ArunAugustinJose commented 4 years ago

I fix this issue by change, android:hardwareAccelerated="true" within the application field in the manifest file.