kohii icon indicating copy to clipboard operation
kohii copied to clipboard

Getting black screen in recyclerview while scrolling video

Open ajayasija23 opened this issue 11 months ago • 4 comments

I am getting black screen while scrolling in recyclerview

ajayasija23 avatar Feb 28 '24 11:02 ajayasija23

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

crema-git avatar Mar 09 '24 06:03 crema-git

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

ajayasija23 avatar Jun 16 '24 14:06 ajayasija23

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

eneim avatar Jul 20 '24 06:07 eneim

@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

rahul-sysquare avatar Jul 25 '24 09:07 rahul-sysquare