eneim / kohii

Android Video Playback made easy.
https://eneim.github.io/kohii/
Apache License 2.0
372 stars 50 forks source link

Getting black screen in recyclerview while scrolling video #194

Open ajayasija23 opened 5 months ago

ajayasija23 commented 5 months ago

I am getting black screen while scrolling in recyclerview

crema-git commented 4 months ago

https://github.com/eneim/kohii/issues/123

ajayasija23 commented 1 month ago

i want to use thumbnail during scrolling as video playback take some time to start it shows black screen

eneim commented 1 week ago

@ajayasija23 You can use an ImageView on top of the PlayerView and listen to the callback to show/hide the thumbnail accordingly.

rahul-sysquare commented 3 days ago

@ajayasija23 You can use an ImageView on top of the PlayerView and listen to the callback to show/hide the thumbnail accordingly.

Can you suggest which callback to listen? we have tried it but after we hide the thumbnail video shows the black screen for few seconds and then shows the actual video frame