tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Captions for video in listview and recyclerview ? #203

Open strictlad opened 3 years ago

strictlad commented 3 years ago

Thanks for your lib.

Moreover, I want to add caption/subtitle for video. I create CaptionView class with load srt file. It runs quite ok when my activity has only single video. But when I apply to video in listview or recyclerview, it's not working. It runs only first time on last video in list then doesn't run other videos. I use videoView.getPlayer() in holder to get player to match CaptionView, also I added setFingerprint for my videoview in holder.

Could you suggest me some solutions? Thank you very much!