GiraffePlayer2
GiraffePlayer2 copied to clipboard
Captions for video in listview and recyclerview ?
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!